设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 63|回复: 3
打印 上一主题 下一主题

类型不匹配

[复制链接]
跳转到指定楼层
1#
发表于 2009-12-27 02:16:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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
%>
2#
发表于 2009-12-27 02:16:11 | 只看该作者
call CloseConn()
没看到你的CloseConn子程序在什么地方设置的。
不会说是你根本就没设置过吧?
回复 支持 反对

使用道具 举报

3#
发表于 2010-2-18 15:05:08 | 只看该作者
不错不错,我喜欢看
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 02:38 , Processed in 0.094428 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表