asp验证码问题
发布网友
发布时间:2024-10-01 18:25
我来回答
共1个回答
热心网友
时间:2024-10-17 18:33
cint改为clng
五位数字可能超过了int类型的最大值了。
if clng(yzm) <> Session("checkcode") then
response.write "<script>alert('验证码错误!');history.back();</script>"
response.end
end if
热心网友
时间:2024-10-17 18:31
cint改为clng
五位数字可能超过了int类型的最大值了。
if clng(yzm) <> Session("checkcode") then
response.write "<script>alert('验证码错误!');history.back();</script>"
response.end
end if