% response.expires=0 if session("securitylevel")=6 OR session("securitylevel")=1 then ' Grant Access, html will show else if session("securitylevel")>0 then response.write "
Partner Programs Sorry, your access is restricted to your Program preference. " response.end else response.redirect "Login.asp" ' No Access, Must Login end if end if %>
|