点击输入框显示验证码

来源:百度文库 编辑:神马文学网 时间:2024/05/04 09:47:01
发布:shine | 分类:ASP | 评论:0 | 引用:0 | 浏览:2
<%
if request("cur_action")="add" then
code=Request.Form("code")
if code=empty then
response.write ""
Session("GetCode")=empty
response.End()
elseif lcase(code)<>lcase(Session("GetCode")) then
response.write ""
Session("GetCode")=empty
response.End()
Else
Response.Write ""
response.End()
end if
end if
%>





验证码:



点击获取验证码