标题:类型不匹配
只看楼主
yfen258
Rank: 1
等 级:新手上路
帖 子:266
专家分:0
注 册:2006-3-31
 问题点数:0 回复次数:1 
类型不匹配

Microsoft VBScript 运行时错误 (0x800A000D)
类型不匹配: 'CloseConn'
/yenzx/admin/Admin.asp, 第 22 行


代码:
<%
dim ComeUrl,cUrl,AdminName

'ComeUrl=lcase(trim(request.ServerVariables("HTTP_REFERER")))
'if ComeUrl="" then
' response.write "<br><p align=center><font color='red'>对不起,为了系统安全,不允许直接输入地址访问本系统的后台管理页面。</font></p>"
' response.end
'else
' cUrl=trim("http://" & Request.ServerVariables("SERVER_NAME"))
' if mid(ComeUrl,len(cUrl)+1,1)=":" then
' cUrl=cUrl & ":" & Request.ServerVariables("SERVER_PORT")
' end if
' cUrl=lcase(cUrl & request.ServerVariables("SCRIPT_NAME"))
' if lcase(left(ComeUrl,instrrev(ComeUrl,"/")))<>lcase(left(cUrl,instrrev(cUrl,"/"))) then
' response.write "<br><p align=center><font color='red'>对不起,为了系统安全,不允许从外部链接地址访问本系统的后台管理页面。</font></p>"
' response.end
' end if
'end if

AdminName=replace(session("AdminName"),"'","")
if AdminName="" then
call CloseConn()
response.redirect "login.asp"
response.End()
end if
sql="select UserName from Admin where UserName='" & session("AdminName") & "' and Password='" & session("AdminPassword") & "'"
set rs=conn.execute(sql)
if rs.eof and rs.bof then
rs.close
response.Redirect("login.asp")
response.End()
end if
%>

搜索更多相关主题的帖子: 类型 
2006-11-14 15:51
tang688
Rank: 5Rank: 5
等 级:贵宾
威 望:16
帖 子:1219
专家分:35
注 册:2004-12-25
得分:0 
call CloseConn()
没看到你的CloseConn子程序在什么地方设置的。
不会说是你根本就没设置过吧?

2006-11-14 19:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-102908-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.183401 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved