苏苏网赚论坛

 找回密码
 立即注册
查看: 7292|回复: 0

求救高手!!!

[复制链接]
跳转到指定楼层
楼主
发表于 2018-12-16 22:11:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
下了一个程序,上传到空间,到后台测试,添加不了内容,上面提示:Microsoft VBScript 运行时错误 错误 '800a000d' 类型不匹配: 'cint'

以下是出错代码段:

'编辑表单
sub so_article_edit(act,nid)
select case act
case "edit"
actstr = "编辑"
sql = "select * from so_article where id = "&nid
rs.open sql,conn,1,1
title = rs("title")
datestr = rs("datestr")
hits = rs("hits")
page_title = rs("page_title")
page_keywords = rs("page_keywords")
page_description = rs("page_description")
author = rs("author")
url = rs("url")
pic_min = rs("pic_min")
content = rs("content")
classid = rs("classid")
smallid = rs("smallid")
rs.close
case "add"
actstr = "添加"
title = ""
datestr = now()
hits = 0
page_title = ""
page_keywords = ""
page_description = ""
author = "本站整理"
url = config_url
pic_min = ""
content = ""
classid = cint(request.cookies(config_cname)("classid")) (提示就是这里出错)
smallid = cint(request.cookies(config_cname)("smallid"))


高手们帮忙看看,怎样才能添加内容!
热帖推荐
回复

使用道具 举报

广告合作|最大的网赚客中文交流社区!十年老站!

GMT+8, 2024-4-29 04:34 , Processed in 1.263603 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.1 VIP版

© 2012-2022 苏苏网赚论坛 版权所有 | 10年老品牌

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