% Username="CAKATCT" Password="atctcak" Validated = "OK" if Strcomp(Request.Form("User"),Username,1)=0 AND Request.Form("password") = Password then Response.Cookies("ValidUser") = Validated If (Request.QueryString("from")<>"") then Response.Redirect Request.QueryString("from") else Response.Redirect "Authorised_Employee_Page.asp" End if Else If Request.Form("User") <> "" then Response.Redirect "Failure.asp" End if End if %>
|
||
|
|
||