<% '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 %>

Incorrect Password

Please use the back button of your browser to remove some spaces or special characters.

If you have already registered, please type your password to logon. If you have forgotten your password, click here <% Response.End end if %>