⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 save.asp

📁 在线网页编辑工具,可以在线编辑网页程序。
💻 ASP
字号:
<html>
<head>
<title>金光网--在线编辑网页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script language="JavaScript">
<!-- Hide
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->
</script>
</head><body background="http://www.jgwy.com/images/background.gif" bgProperties="fixed" leftMargin="0"
link="#00009C" topMargin="0" vLink="#00009C" align="center" marginwidth="0"
marginheight="0" aLink="#0000FF" onLoad="totdinit()">

<%@LANGUAGE="VBSCRIPT"%>

<%
Dim FileHTML, FileS

FileS = request.form("file")

FileHTML = request.form("HTML")


If FileS = "" then 
Response.write "Sorry no file name entered"

Response.end
End if 

	Dim fso, f
	Set fso = CreateObject("Scripting.FileSystemObject")
	Set f = fso.OpenTextFile(Server.MapPath(FileS), 2, true)
	F.write FileHTML
	f.Close
	Set fso = nothing
	Set f = nothing

Response.write "文件已保存 "

%><p><a href=default.htm>返回首页</a>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -