<%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' Close Window ' Redirect to script if you want to stop any further ' execution in child window and close it. '===================================================== %> <% Option explicit Response.Expires = 0 ' always load the page, dont store %> <% Call Destroy_All_Objects Call CloseWindow %>