Subversion Repositories DevTools

Rev

Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 1333
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
-
 
3
Option explicit
-
 
4
Response.Buffer = FALSE
3
'=====================================================
5
'=====================================================
4
'|                                                   |
6
'|                                                   |
5
'|				    	REPORTS					     |
7
'|				    	REPORTS					     |
6
'|                                                   |
8
'|                                                   |
7
'=====================================================
9
'=====================================================
8
%>
-
 
9
<%
-
 
10
Option explicit
-
 
11
' Good idea to set when using redirect
10
' Good idea to set when using redirect
-
 
11
 
12
Response.Expires = 0	' always load the page, dont store
12
Response.Expires = 0	' always load the page, dont store
13
%>
13
%>
14
<!--#include file="common/config.asp"-->
14
<!--#include file="common/config.asp"-->
15
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/formating.asp"-->