Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[解决中] 请高手解决问题!谢谢!

[复制链接]
zqfwd 发表于 2010-5-2 14:14:05 | 显示全部楼层 |阅读模式
ASP程序,本地测试,后台出现一下错误:

Microsoft VBScript 运行时错误 '800a01b6'

对象不支持此属性或方法: 'response.Charset'

\admin\admin_inc.asp, line 8


第八行代码如下:
  1. <!--#include file="../inc/Main_Class.asp"-->
  2. <!--#include file="../inc/md5.asp"-->
  3. <%
  4. '****************************************************
  5. 'Code for IdeaCMS
  6. 'Vision : v2.0
  7. '****************************************************
  8. response.Charset = "gbk"
  9. const selfMenuXml ="images/selfmenu.xml"

  10. dim menuList : menuList = getBigMenuInfo(0)

  11. Sub viewFoot
  12.         echoRunTime
  13.         terminateAllObjects
  14.         echo "<div align=center >Copyright 2010-2019 All rights reserved. <a target=""_blank"" href=""#"">TenCen2.0</a></div>" & chr(10) & "</body>" & chr(10) & "</html>"
  15. End Sub
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-5-17 22:50 , Processed in 0.108378 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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