<%
if request("act")="ok" then
mbStr=request("mbstr")
set fso=createobject("scripting.filesystemobject")
set fw=fso.createtextfile(server.mappath("/index.htm"),true)
fw.writeline mbStr
fw.close
set fso=nothing
response.Write("首页生成完成")
else
%>
<form name="form1" method="post" action="?act=ok">
<input type="submit" name="Submit" value=" 生 成 首 页 ">
<textarea name="mbstr" rows="40" -->
</textarea>
</form>
<%
end if
%>

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2021-12-24
  • 2021-04-23
  • 2022-12-23
  • 2021-07-29
  • 2021-09-20
猜你喜欢
  • 2021-11-01
  • 2022-12-23
  • 2022-02-13
  • 2021-08-25
  • 2022-01-11
  • 2021-11-12
相关资源
相似解决方案