求教asp验证码判断语句的JS写法
求教asp验证码判断语句的JS写法
日期:2011-02-25 12:27:19 人气:1
建议你不要在注册页面判断,这样用JS判断很容易在网页代码中出现明文的验证码。
建议你改在Register_save.asp中判断。
<%verifycode= request.form("verifycode")
if verifycode session("getcode") then
response.write "alert('输入的验证码不正确');history.back();"
response.en