为您找到"
Microsoft VBScript 运行时错误 错误 '800a01c3'
"相关结果约100,000,000个
你试试看把 Response.charset="gb2312"替换成:Response.Addheader "Content-Type","text/html; charset=gb2312"因为有些ASP相关组件是不支持'Response.Charset'(比如aspweb)
这个问题通常是没有功能加载xml文件造成的,你输出一下oXML.status看一下,不行,就把xml修改成绝对路径试一下!!
<%@ LANGUAGE = VBScript CodePage = 936%> 去掉这行代码试试,不会影响现有源码的
<!--#include file="../config.asp"--> <!--#include file="login1.asp"--> <meta http-equiv="Content-Language" content="zh-cn"> <link rel="stylesheet" href="Style.css"> <%dim picid,picidd picid=request("picid")if picid="" then call photoxx("picid参数传递错误。"...
Formatdatetime(Arr_Rs(6,i),1) 这里的Arr_Rs(6,i),1类型,是否和你Formatdatetime()函数里的要求的类型一样。
出现这个问题一般来说是你用了netbox或者其他替代iis的服务器 可以 将 Response.Charset = "GB2312"改为 response.AddHeader "charset","gb2312"
AdStateOpen 是个自定义变量吗?如果不是就写成下面的 if Session("rs").state = "AdStateOpen" then
程序不全,前面的呢?把下面这两行删了看看。rs.close ( 提示这里缺少对象)set rs=nothing
rsgetblogs1 改为 rsgerblogs1 这是所有错误中最低级的错误:打字打错了 防止这种错误的方法也很简单:复制粘贴