Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 7286
Line 1... Line 1...
1
<%
1
<%
2
'===================================================================
2
'===================================================================
3
'							Popup Window Common
3
'							Popup Window Common
4
'===================================================================
4
'===================================================================
5
%>
5
%>
6
<!--#include file="../class/classValidationControl.asp"-->
-
 
7
<%
6
<%
8
'------------ VARIABLE DEFINITION -------------
7
'------------ VARIABLE DEFINITION -------------
9
Dim objForm
-
 
10
'------------ CONSTANTS DECLARATION -----------
8
'------------ CONSTANTS DECLARATION -----------
11
'------------ VARIABLE INIT -------------------
9
'------------ VARIABLE INIT -------------------
12
isPopupWindow = TRUE
10
isPopupWindow = TRUE
13
objEH.ErrorRedirect = FALSE
11
objEH.ErrorRedirect = FALSE
14
Set objPMod = New PersistanceModule
-
 
15
Set objForm = New ValidationControl
-
 
16
'------------ CONDITIONS ----------------------
12
'------------ CONDITIONS ----------------------
17
'----------------------------------------------
13
'----------------------------------------------
18
%>
14
%>
19
<%
15
<%
20
'------------ RUN BEFORE PAGE RENDER ----------
16
'------------ RUN BEFORE PAGE RENDER ----------
21
objPMod.PersistInQryString ( aPersistList )
-
 
22
'----------------------------------------------
17
'----------------------------------------------
23
%>
18
%>
24
	
19
	
25
20