设为首页收藏本站

新微赢技术网

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

大家帮我看看, vbscript 的类型不匹配的问题

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-18 09:23:28 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
打开主页是就出现:
Microsoft VBScript 运行时错误 错误 '800a000d'
类型不匹配: 'vcount'

/index.asp,行 50
---------------------------------------------------------------------------------------------
代码:
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="format.asp"-->
<!--#include file="error.asp"-->
<!--#include file="lib/incjs.asp"-->
<!--#include file="lib/inctop.asp"-->
<!--#include file="lib/nav.asp"-->
<!--#include file="lib/index_news.asp"-->
<!--#include file="lib/index_diary.asp"-->
<!--#include file="lib/index_article.asp"-->
<!--#include file="lib/index_soft.asp"-->
<!--#include file="lib/index_body.asp"-->
<!--#include file="lib/incfooter.asp"-->
<!--#include file="lib/zoom.asp"-->
<link rel="Shortcut Icon" href="qianginfo.ico">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
window.open ('guanggao.html', 'newwindow', 'height=500, width=600, top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
</script>
<%
stats="首页"
dim founderr,errmsg
founderr=false
errmsg=""
if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的日记id参数。"
end if
end if
if founderr then
call diserror()
response.end
else
openadmin
sql="select articlecount,softcount,coolsitescount,friendlinkcount,newscount,diarycount,gbcount from allcount"
set rs=conn.execute(sql)
articlecount=rs("articlecount")
softcount=rs("softcount")
coolsitescount=rs("coolsitescount")
friendlinkcount=rs("friendlinkcount")
newscount=rs("newscount")
diarycount=rs("diarycount")
gbcount=rs("gbcount")
rs.close
set rs=nothing
vcount-----------------------------50行,不知道怎么回事
call top()
call index_nav()
call index_body()
call endpage()
end if
%>
6#
发表于 2010-3-14 04:05:06 | 只看该作者
路过....
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-18 09:23:43 | 只看该作者
谢谢,调用的一个页面的函数有问题,现在正常了
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-18 09:23:39 | 只看该作者
这应该是调用函数的吧,你查查那个函数是不是没了,把它加上
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-18 09:23:35 | 只看该作者
这网站是别人写帮我们写的.昨天还运行好好的,今天就这样了.
那位高手能帮帮看看
那个vcount,应该没问题,以前也是那样的啊
回复 支持 反对

使用道具 举报

2#
发表于 2010-1-18 09:23:31 | 只看该作者
vcount
你这个即不是变量又不是自定义函数,你这样子写肯定错啦
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 07:23 , Processed in 0.095176 second(s), 11 queries , Gzip On, Memcache On.

Powered by xuexi

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

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