ASP网站留言页面如何加入验证码,并进行判断
ASP网站留言页面如何加入验证码,并进行判断
日期:2013-01-08 17:26:09 人气:1
<%
'保存留言
if request("action")="add" then
if trim(request("CheckCode"))trim(Session("CheckCode")) then
response.write"alert('验证码不正确,请重新输入!');window.history.go(-1);"
end if