标题:Microsoft VBScript 运行时错误 错误 '800a0046'
只看楼主
羽彤
Rank: 1
等 级:新手上路
帖 子:60
专家分:0
注 册:2005-9-30
 问题点数:0 回复次数:2 
Microsoft VBScript 运行时错误 错误 '800a0046'

......
<%
function txt(d)
dim fs,t1
set fs=server.createobject("scripting.filesystemobject")
file=server.mappath(d)
set t1=fs.opentextfile(file,1,true)
if not t1.atendofstream then
txt=clng(t1.readline)
end if
txt=txt+1
t1.close
set t1=fs.opentextfile(file,2,false)//这是63行
t1.write txt
t1.close
end function
%>
......


Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft VBScript 运行时错误 错误 '800a0046'

没有权限

/jhxf/zxdc/dm.asp,行63

搜索更多相关主题的帖子: Microsoft VBScript 运行 
2005-11-21 13:42
islet
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:89
帖 子:6548
专家分:0
注 册:2005-1-28
得分:0 
先看看你的文件夹属性是不是任何人都能更改
2005-11-21 13:48
羽彤
Rank: 1
等 级:新手上路
帖 子:60
专家分:0
注 册:2005-9-30
得分:0 
啊呀!你真棒!一下点中要害!呵呵!谢谢!

我不能我就要,我要我就能,我要我愿意!
2005-11-21 13:55



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-34453-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.091902 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved