<% IF (Request.Querystring("accessdenied") <> "") then %>
You are not authorized to access this area
<% End If %>
<% end if%>
<% end if%>
<% end if%>
<% IF (Request.Querystring("valid") = "false") then %>
You entered either an incorrect Username or Password - please try again or ?problem=yes%0A<%If Request.QueryString ("mid")<> "" Then %>&mid=<%=request.querystring("mid")%><%end if%>%0A<%If Request.QueryString ("mid2")<> "" Then %>&mid2=<%=request.querystring("mid2")%><%end if%>%0A<%If Request.QueryString ("mid3")<> "" Then %>&mid3=<%=request.querystring("mid3")%><%end if%>%0A<%If Request.QueryString ("incid")<> "" Then %>&incid=<%=request.querystring("incid")%><%end if%>%0A<%If Request.QueryString ("vid")<> "" Then %>&vid=<%=request.querystring("vid")%><%end if%>">Click here for help
<% End If %>
<% IF (Request.Querystring("problem") = "yes") then %>
If you are having problems signing in, ask yourself the following questions:
Are you having difficulty accessing your account because of a problem with your password?
- Your password and/or login cannot contain any spaces.
- Your password must be at least six (6) characters long. For increased security, we recommend creating a password containing both numbers and letters.
- Your password is case sensitive, so remember which letters you capitalized.
Are you using a browser that doesn't support cookies, or do you have cookies disabled?
- Your account has been de-activated.
Your browser must support cookies, and the option must be enabled to sign in.
To enable cookies
Internet Explorer 5 Click Tools, and then click Internet Options.
- Click the Security tab.
- Click the Internet zone.
- Select a security level other than High.
-or-
Click Custom Level, scroll to the Cookies section, and then click Enable for both cookie options.
Internet Explorer 4.x
- Click View, and then click Internet Options.
- Click the Advanced tab.
- Scroll to the Security section.
- Under Cookies, click Always accept cookies.
Other browsers
To see if your browser supports cookies, and for detailed instructions about how to enable this feature, see the online Help for your browser.
If you see a message to notify you that a Web site is trying to send you a cookie when you try to sign in, you should choose to continue or you will not be able to sign in.
If your browser does not support cookies, you can upgrade to a newer browser, such as Internet Explorer 5.
try again
<% End If %>
<% IF NOT Request.Querystring("sent") <> "" then %>
<% IF (Request.Querystring("valid") <> "false") then %>
<% IF (Request.Querystring("problem") <> "yes") then %>
<%end if%>
<%end if%>
<%end if%>
<% IF (Request.Querystring("sent") = "false") then %>
OOPS
Sorry but the email address you entered was either spelled incorrectly or has never been registered.
Email not in database please try again or contact system administrator.
<% End If %>
<% IF Request.Querystring("sent") then %>
Success!
Thank you , your password has been sent....Login
<% End If %>
|