关于ASP的!~谁来帮我!~

来源:百度知道 编辑:UC知道 时间:2024/05/27 07:27:23
<!--#include file="manage/mConn.asp"-->
<!--#include file="manage/mConst.asp"-->
<%

If Not ChkPost Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');history.go(-1)</script>")
Response.End
End If

If CheckStr(Request.Form("login_name"))="" Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');history.go(-1)</script>")
Response.End
End If

If CheckStr(Request.Form("login_pwd"))="" Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');history.go(-1)</script>")
Response.End
End If

Dim UserName,Password
UserName=CheckStr(Request.Form(&

你把INTERNET
属性,高级里的显示友好错误的勾去掉,再浏览就能看出是什么错误了!
这样,代码太多,难帮你看!

你把详细错误显示给打开,看看到底是什么错。