ASP生成静态htm页面基本代码

以下虚线框内为mk.asp文件的具体代码: -------------------------------------------------------------------------------- % filename='test.htm' if request('body')'' then set fso = Server.CreateObject('Scripting.FileSystemObject') set fout = fso.CreateTextFile(server.ma

作者: 来源: 时间: 17-11-23 15:39:28

以下虚线框内为mk.asp文件的具体代码:
--------------------------------------------------------------------------------
<%
filename="test.htm"
if request("body")<>"" then
set fso = Server.CreateObject("Scripting.FileSystemObject")
set fout = fso.CreateTextFile(server.mappath(""&filename&""))
fout.write "标题(title):" & request.form("title") & "<br>"
fout.write "内容(body):" & request.form("body")
fout.close
set fout=nothing
set fso=nothing
end if
%>
<form name="form1" method="post" action="">
<input name="title" size=18><br>
  <textarea name="body"></textarea>
  <br>
  <br>
  <input type="submit" name="Submit" value="http://www.popasp.com/生成">
</form>

--------------------------------------------------------------------------------
然后在浏览器输入mk.asp这个页面,填写完毕后,就会生成test.htm这个文件,里面的内容就是你刚才填写的。

11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们