我的网站后台登陆出现错误,请高手看一下这段代码有什么问题?

<linkhref="css/style.css"rel="stylesheet"type="text/css"/><%ifRequest.ServerVariables... <link href="css/style.css" rel="stylesheet" type="text/css" />
<%
if Request.ServerVariables("Request_method") = "POST" then
if SiteConfig("EnableAntiSpamTextGenerateForLogin")=1 then
if Request.Form("VerifyCode")<>Session("VerifyCode") or Session("VerifyCode")="" then call Wodig.MsgBox2("验证码错误!",1,"javascript:history.back();")
end if
if EnableSiteManageCode = True then
if Request.Form("SiteManageCode")<>SiteManageCode then call Wodig.MsgBox2("认证码错误!",1,"javascript:history.back();")
end if
if Request("pass")="" then call Wodig.MsgBox2("请输入管理员密码!",1,"javascript:history.back();")
session("pass")=md5(""&Request("pass")&"")
if Conn.Execute("Select UserPass From [Wo_Users] where UserName='"&CookieUserName&"'")(0)<>session("pass") then
call Wodig.MsgBox2("管理员密码错误,请返回重新登录!",1,"javascript:history.back();")
else
Response.Redirect("admin.html")
end if
end if
展开
 我来答
x04620608
2008-10-27 · 超过19用户采纳过TA的回答
知道答主
回答量:106
采纳率:0%
帮助的人:0
展开全部
错误是什么?最好把错误写出来
你是不代码不全,你看看你的代码有很多个if,但end if怎么那么少,难道你的错误就是缺少end if.
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式