%@ LANGUAGE="VBSCRIPT" %> <% Response.Buffer = True %> <% If Session("PasswordAccess") = "Yes" Then Response.Redirect ("user_area.asp") Response.End End If %> <% '*********************************************************************** ' System : ASPProtect Full Version 8.x ' Author : Christopher Williams of CJWSoft www.CJWSoft.com ' ' COPYRIGHT NOTICE ' ' See attached Software License Agreement ' ' (c) Copyright 2000 - 2008 by CJWSoft. All rights reserved '*********************************************************************** %>
|