| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 818 人关注过本帖
标题:[求助]请问Set out=fs.CreateTextFile(whichfile)有错,为什么!
只看楼主 加入收藏
bingyu_6133
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-9-26
收藏
 问题点数:0 回复次数:0 
[求助]请问Set out=fs.CreateTextFile(whichfile)有错,为什么!

<%
dim visitors
whichfile=server.mappath("2count/count.txt")
Set fs = CreateObject("Scripting.FileSystemObject")
Set thisfile = fs.OpenTextFile(whichfile)

visitors=thisfile.readline
thisfile.close

countlen=len(visitors)
for i=1 to countlen
response.write "<img src=2count/" & mid(visitors,i,1) & ".gif></img>"
next

visitors=visitors+1
Set out=fs.CreateTextFile(whichfile)
out.WriteLine(visitors)
out.close

set fs=nothing
%>

请问Set out=fs.CreateTextFile(whichfile)有错,为什么!提示没有权限,是不是我的服务器还要装一组件?

搜索更多相关主题的帖子: Set whichfile 
2006-10-19 11:15
快速回复:[求助]请问Set out=fs.CreateTextFile(whichfile)有错,为什么!
数据加载中...
 
   



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

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