点击输入框显示验证码

来源:百度文库 编辑:神马文学网 时间:2024/10/03 02:48:04

点击输入框显示验证码

<%
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
%>






  验证码:
 
   


     
    点击获取验证码