<%@ Language="VBSCRIPT"%> <%Option Explicit '------------------- ' Spooky Login 2000 © ' www.Outfront.net '------------------- Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.AddHeader "Cache-Control", "must-revalidate" Response.AddHeader "Cache-Control", "no-cache" %> Login page By Spooky©
">

<%=txtLogin%> : " type="text" name="UserName" size="21" value="<%=UserName%>">
<%=txtPassword%> : " type="password" name="T2" value="<%=T2%>" size="21">
<% If bNameError then Write "*"& txtbNameError & "
" End if If bPassError AND NOT bMail then Write "*"& txtbPassError & "
" End if If NOT bPassError AND bMail AND NOT bNameError then Write "*Don't enter a password!
" End if If Trim(errLogin) <> "" then Write "*"& errLogin & "
" End if If Request.QueryString("CMD") = "Clear" then Write "*"& txtCookieCleared End if%>
<%If l_use_cookie AND cUsrName = "" then %> value="True"> <%=txtStoreCookie%>  ?
<%End if If l_send_password then%> <%=Request.Cookies("T1aUs")%> value="True"> <%=txtSendPassword%>  ? <%End if If l_clear_cookie AND cUsrName <> "" then%> <%=txtClearCookie%> <%End if%>

<%If r_register_self then%><%=txtRegisterHere%><%end if%>