📄 pollchangenotify.asp
字号:
<%@ LANGUAGE=VBScript%>
<%Server.ScriptTimeout=1000
Response.Expires=0
Set fs=CreateObject("Scripting.FileSystemObject")
Set thisfile = fs.OpenTextFile(server.mappath("pollnotify.dat"),1,False)
thisline=thisfile.Readline
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>
<table width="100%" border="0" align="center">
<tr>
<td>
<p><b>[站长公告]</b></p>
<blockquote>
<p> 支持HTML语法,回车换行。</p>
</blockquote>
<form method="post" action="pollchangenotifyok.asp">
<p align="center">
<textarea name="notify" cols="72" rows="11" style="font-size:12pt"><%=thisline%></textarea>
</p>
<p align="center">
<input type="submit" name="Submit" value="更改" style="font-size:12pt">
<input type="reset" name="reset" value="重写" style="font-size:12pt">
<input type="button" value="放弃" style="font-size:12pt" onclick=javascript:history.go(-1)>
</p>
</form>
</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 + -