home *** CD-ROM | disk | FTP | other *** search
-
- <!--#include file="<%LoginIncPage%>"-->
-
-
- <%BeginASP%>
- ' if any of the variables do not match, create error message
- if Request.Form("login") <> Username or Request.Form("password") <> Password then
- MsgErr = "<h3><%AuthorizationFailed%></h3>" & "<br>" & "<a href=<%LoginASPPage%>><%TryAgain%></a>"
- Response.Write MsgErr
-
- ' if correct, set the session variable and proceed
- Else
- Session(SiteId) = true
-
-
- ' redirect
- If Len(Request("requester")) > 0 Then
- Response.Redirect (Request("requester"))
- Else
- Response.Redirect "<%HomeASPPage%>"
- End if
-
- End if
- <%EndASP%>
-
- <body bgcolor="#FFFFFF">
-