📄 pollchangenotifyok.asp
字号:
<%@ LANGUAGE=VBScript%>
<%Server.ScriptTimeout=1000
Response.Expires=0
notify=RTrim(Request.Form("notify"))
notify=Replace(notify,chr(13)&chr(10),"<br>")
Set fs=CreateObject("Scripting.FileSystemObject")
Set thisfile = fs.CreateTextFile(server.mappath("pollnotify.dat"))
thisfile.WriteLine notify
thisfile.close
Set thisfile=nothing
Set fs=nothing%><html>
<head>
<title>更改站长公告</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type='text/css'>
<!--
.p9 {line-height: 150%; font-size: 9pt;}
.p12 {line-height: 150%; font-size: 12pt;}
body {line-height: 150%;font-size : 12pt;}
td {line-height: 150%;font-size : 12pt;}
A {text-decoration: none;}
A:Hover {text-decoration : none;}
a:visited { color: #0000FF}
-->
</style>
</head>
<body bgcolor="FFFFFF">
<h1 align="center"><font color="0099FF">【更改站长公告】</font></h1>
<hr noshade size="1" color=009900>
<p><b>[操作完成]</b></p>
<p>已经将站长公告更改为:<a href="javascript:history.go(-2)">【返回】</a></p>
<table width="96%" border="1" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center">
<tr>
<td><%=notify%></td>
</tr>
</table>
<hr noshade size="1" color=009900>
<div align="center" class="p9"><script src="use.asp"></script> <script src="sn.asp"></script><br><script src="copyright.asp"></script></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -