您的位置:首页技术开发ASP教程 → 如何使用FSO读取Js文件内容并可以编辑修改

如何使用FSO读取Js文件内容并可以编辑修改

时间:2010/2/1 17:28:00来源:本站整理作者:我要评论(0)

如何使用FSO读取Js文件内容并可以编辑修改:

<html>
<head>
<title>修改JS文件内容</title>
<style type="text/css">
body,table {font-size: 12px; font-family: Tahoma, Verdana }
</style>
</head>
<body scroll=no>
<center>
<table> 
<tr>
<td height="30"> 
<table cellpadding=3 cellspacing=1 border=0 width=100%>
<tr> 
<td width="100%" valign=top>
<%
dim objFSO
dim fdata
dim objCountFile
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
if request("save")="" then
Set objCountFile = objFSO.OpenTextFile(Server.MapPath("文件名.js"),1,True)
If Not objCountFile.AtEndOfStream Then fdata = objCountFile.ReadAll
else
fdata=request("fdata")
Set objCountFile=objFSO.CreateTextFile(Server.MapPath("文件名.js"),True)
objCountFile.Write fdata
end if
objCountFile.Close
Set objCountFile=Nothing
Set objFSO = Nothing
%> 
<form method=post>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr> 
<td width="3%"> </td>
<td width="97%"> 
<textarea name="fdata" cols="110" rows="20"><%=fdata%></textarea>
</td>
</tr>
<tr> 
<td width="3%"></td>
<td width="97%">
<input type="reset" name="Reset" value="重新修改">
<input type="submit" name="save" value="提交修改">
</td>
</tr>
</table></form>
<p></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

相关视频

    没有数据

相关阅读 listary使用教程 listary的使用技巧iPhone数据迁移怎么用 iOS 12.4数据迁移功能使用教程地球防卫军5载具怎么操作 地球防卫军5载具使用操作方法LOL云顶之弈各英雄如何搭配装备 云顶之弈全英雄装备搭配推荐Soundflower怎么使用 Soundflower使用教程和平精英服饰币怎么用 刺激战地和平精英服饰币获取及使用方法刺激战地和平精英怎么用电脑玩 刺激战地和平精英电脑版使用教程cfsvip大礼包枪王进阶活动地址 cf2020枪王进阶活动礼包领取地址

文章评论
发表评论

热门文章 没有查询到任何记录。

最新文章 《龙珠:超宇宙》 战斗E3 2014:瘆人僵尸《消 asp代码实现access数据导出到excel文件如何使用FSO读取Js文件内容并可以编辑修改对初学者有用的一些asp函数集学习ASP编程必会的代码

人气排行 asp代码实现access数据导出到excel文件asp不需要任何配置的伪静态实现如何使用FSO读取Js文件内容并可以编辑修改asp去除html标记和空格的代码Asp全选删除代码教大家网页伪静态知识及其2种实现方法Microsoft SQL Server 7.0安装问题(一)ASP.NET中的Code Behind技术4