文件名称:ASP验证码源码
文件大小:3KB
文件格式:ASP
更新时间:2014-11-29 08:03:08
ASP验证码源码
需要用得页面用如下方式引用:
验证码:
判断页面:
<%
if trim(session("validateCode")) <> trim(Request("txt_check")) then
ErrorMessage = "请输入正确的验证码"
response.write(" ")
response.end
end if
%>
文件名称:ASP验证码源码
文件大小:3KB
文件格式:ASP
更新时间:2014-11-29 08:03:08
ASP验证码源码
需要用得页面用如下方式引用:
验证码:
判断页面:
<%
if trim(session("validateCode")) <> trim(Request("txt_check")) then
ErrorMessage = "请输入正确的验证码"
response.write(" ")
response.end
end if
%>