
| <%
@ Language="JavaScript"
%>
<% Here will check for the existence of a cookie. If the cookie exist then redirect the user immediately to CheckLogin2.asp if (Request.Cookies("SavedLogin").HasKeys)
{ %> <HTML> <BODY> Please enter your e-mail address and password to login to the system. <FORM ACTION="CheckLogin2.asp"
METHOD="POST"> |