%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' Unit Test Log ' Displayed as Tab within a Package Version ' ' Globals: ' parRtag_id,parPv_id '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- '------------ Constants Declaration ----------- '------------ Variable Init ------------------- '---------------------------------------------- %>
|