现在图形 验证码已经阻挡不住注册机了,可以说验证码又是必须的,要不网站垃圾信息泛滥,现在整理出利用时间来做验证码,可以在注册页面填写时间信息来当 验证码。深圳网站建设具体效果还在测试中。。。代码如下
注册页面:
验证码
*
验证页面:
txthour=Cint(request("txthour"))
txtmin=Cint(request("txtmin"))
if txthour<>xiaoshi then
response.write" "
response.end
end if
if txtmin<>fenzhong then
response.write" "
response.end
end if