CheckCode=Trim(Request("CheckCode")) If Session(pSN)<>CheckCode Then response.write "<script LANGUAGE='javascript'>alert('四位数字的验证码输入错误!');history.go(-1);</script>" 来判断验证码输入是否正确 结果没有判断,为什么?
CheckCode=Trim(Request("CheckCode")) If Session(ValidCode)<>CheckCode Then response.write "<script LANGUAGE='javascript'>alert('四位数字的验证码输入错误!');history.go(-1);</script>" 这样试一下。
CheckCode=Trim(Request("CheckCode")) If Session(ValidCode)<>CheckCode Then response.write "<script LANGUAGE='javascript'>alert('四位数字的验证码输入错误!');history.go(-1);</script>"
CheckCode=Trim(Request("CheckCode")) If Session(ValidCode)<>CheckCode Then response.write "<script LANGUAGE='javascript'>alert('四位数字的验证码输入错误!');history.go(-1);</script>" else 判断用户名和密码 end if