📄 save.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 + -