<% '=================================================================== ' Popup Window Common '=================================================================== %> <% '------------ VARIABLE DEFINITION ------------- Dim objForm '------------ CONSTANTS DECLARATION ----------- '------------ VARIABLE INIT ------------------- isPopupWindow = TRUE objEH.ErrorRedirect = FALSE Set objPMod = New PersistanceModule Set objForm = New ValidationControl '------------ CONDITIONS ---------------------- '---------------------------------------------- %> <% '------------ RUN BEFORE PAGE RENDER ---------- objPMod.PersistInQryString ( aPersistList ) '---------------------------------------------- %>