<% '=================================================================== ' Form Window Common '=================================================================== %> <% '------------ VARIABLE DEFINITION ------------- Dim objForm Dim objFormCollector Dim objFormComponent '------------ CONSTANTS DECLARATION ----------- '------------ VARIABLE INIT ------------------- Set objPMod = New PersistanceModule Set objForm = New ValidationControl Set objFormCollector = CreateObject("Scripting.Dictionary") Set objFormComponent = New FormComponent '------------ CONDITIONS ---------------------- '---------------------------------------------- %> <% '------------ RUN BEFORE PAGE RENDER ---------- objPMod.PersistInQryString ( aPersistList ) '---------------------------------------------- %>