Subversion Repositories DevTools

Rev

Rev 13 | Details | Compare with Previous | Last modification | View Log | RSS feed

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