%@ language = VBscript%>
<% On Error Resume Next if NOT(isEmpty(Session("verified"))) then if Session("verified")=FALSE then Response.Write ("... Please try again, you entered a wrong combination of userid pass") end if end if %>