<% If Session("u_login") = True AND Session("u_name") <> "" Then Response.Redirect("/linkspage.asp") Dim error_id Dim error_msg error_id = Request.QueryString("error") If error_id = "0" Then error_msg = "The username/password you entered are incorrect, please try again." If error_id = "1" Then error_msg = "Your request could not be processed, please try again." If error_id = "2" Then error_msg = "Please login before trying to access a secure page." %>
  • <% Response.Write(error_msg) %>
  • Username:
  • Password: