|
Rebuilding Futures Through Foster Parents!
|
|
<%
If Ucase(Request.querystring("UserInit"))= "FP" and Ucase(Request.querystring("Password"))="FORM" Then
Session("accessok")=true
Response.redirect "archive.asp"
Else
If Ucase(Request.querystring("UserInit"))<> "" or Ucase(Request.querystring("Password"))<>"" Then
Session("accessok")=false
TmpStr="Sorry !, wrong username and/or password"
End if
End If
%>
|
|
|