% 'For Password varpasserror = false varpasslength = len(varnewpass) varpassspace = split(varnewpass," ") if Ubound(varpassspace) = 0 Then for p = 1 to varpasslength varpchr = mid(varnewpass,p,1) if varpchr = "@" OR varpchr = "#" OR varpchr = "%" OR varpchr = "~" OR varpchr = "^" OR varpchr = "!" OR varpchr = "." OR varpchr = "$" OR varpchr = "|" OR varpchr = "(" OR varpchr = ")" OR varpchr = "[" OR varpchr = "]" OR varpchr = "{" OR varpchr = "}" OR varpchr = ";" OR varpchr = ":" OR varpchr = "'" OR varpchr = "," OR varpchr = "/" OR varpchr = "\" OR varpchr = "?" OR varpchr = "<" OR varpchr = ">" OR varpchr = "&" OR varpchr = "-" Then varpasserror = true exit for End if Next Else varpasserror = true End if 'End Password if varpasserror = true then %>
If you have already registered, please type your password to logon. If you have forgotten your password, click here <% Response.End end if %>