如何取消网站后台的验证码??

来源:百度知道 编辑:UC知道 时间:2024/06/19 22:41:22
<!--#include file="mdb.asp"-->
<!--#include file="md5.asp"-->
<%
mofei=trim(request.form("mofei"))
if mofei="" then
Response.Write("<script language=javascript>alert('请输入验证码');this.location.href='index.asp';</script>")
response.end
end if
if cstr(session("getcode"))<>cstr(mofei) then
Response.Write("<script language=javascript>alert('你输入的验证码有误');this.location.href='index.asp';</script>")
response.end
end if
if Request.form("username")="" then
Response.Write("<script language=javascript>alert('请输入用户名');this.location.href='index.asp';</script>")
Response.End
end if
if Request.form("password")="" then
Response.Write("<script language=javascript>alert('请输入密码');this.l

mofei=trim(request.form("mofei"))
if mofei="" then
Response.Write("<script language=javascript>alert('请输入验证码');this.location.href='index.asp';</script>")
response.end
end if
if cstr(session("getcode"))<>cstr(mofei) then
Response.Write("<script language=javascript>alert('你输入的验证码有误');this.location.href='index.asp';</script>")
response.end
end
删了
www.bbs.maibong.com