Subversion Repositories DevTools

Rev

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

<%
'===================================================================
'                                                       Popup Window Common
'===================================================================
%>
<!--#include file="../class/classValidationControl.asp"-->
<!--#include file="../class/classPopupMenuControl.asp"-->
<!--#include file="../controls/ERGFormComponent/classFormComponent.asp"-->
<%
'------------ VARIABLE DEFINITION -------------
Dim objForm
Dim objFormComponent
'------------ CONSTANTS DECLARATION -----------
'------------ VARIABLE INIT -------------------
isPopupWindow = TRUE
objEH.ErrorRedirect = FALSE
Set objPMod = New PersistanceModule
Set objForm = New ValidationControl
Set objFormComponent = New FormComponent
'------------ CONDITIONS ----------------------
'----------------------------------------------
%>
<%
'------------ RUN BEFORE PAGE RENDER ----------
objPMod.PersistInQryString ( aPersistList )
'----------------------------------------------
%>