<% '=================================================================== ' Popup Window Common '=================================================================== %> <% '------------ 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 ) '---------------------------------------------- %>