主页 > 知识库 > asp中文数字验证码

asp中文数字验证码

热门标签:电子围栏 Linux服务器 团购网站 阿里云 Mysql连接数设置 银行业务 科大讯飞语音识别系统 服务器配置
复制代码 代码如下:

form method="post" name=myform>
姓 名:input type="text" name="name" value="">br>
学 号:input type="text" name="num" value="">br>
。。。:input type="text" name="aaa" value="">br>
。。。:input type="text" name="bbb" value="">br>
验证码:img src="vcode/c.asp" onclick="this.src=this.src" title="点击图片可以更改验证码" height="13" width="52">
input type="text" size="5" name="C" autocomplete="off" style="ime-mode:disabled;" value="">
input type="submit" value="提交">
/form>

asp代码:
复制代码 代码如下:

%
c = Request.form("c")
'如果可以输入小写的数字,请把下面三行注释掉
for ii = 0 to 9
c = Replace(c,Cstr(ii),"")
next
c = Replace(c,"零","0")
c = Replace(c,"一","1")
c = Replace(c,"二","2")
c = Replace(c,"三","3")
c = Replace(c,"四","4")
c = Replace(c,"五","5")
c = Replace(c,"六","6")
c = Replace(c,"七","7")
c = Replace(c,"八","8")
c = Replace(c,"九","9")
if Cstr(c) > Cstr(Session("validateCode")) then
Response.write ("验证码不正确")
Response.end
end if
%>

标签:萍乡 衡水 江苏 蚌埠 大理 枣庄 广元 衢州

巨人网络通讯声明:本文标题《asp中文数字验证码》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266