📄 public.asp
字号:
<html>
<head>
<LINK href="../style.css" rel=stylesheet>
<title>添加公告信息</title>
</head>
<body bgcolor="#66CCFF">
<form method="POST" action="file_add.asp" enctype="multipart/form-data">
<div align="center">
<center>
<table border="0" width="269" height="168" bgcolor="#0000FF" cellspacing="1">
<tr>
<td width="69" height="19" align="center" bgcolor="#FFCCFF">主题</td>
<td width="193" height="19" bgcolor="#CCCCFF">
<input type="text" name="textarea1" size="20" class="smallInput" maxlength="16">
</td>
</tr>
<tr>
<td width="69" height="11" align="center" bgcolor="#FFCCFF">内容</td>
<td width="193" height="11" bgcolor="#CCCCFF">
<textarea name="file1" cols="30" class="smallInput" rows="10"></textarea>
</td>
</tr>
</table>
</center>
</div>
<p align="center">
<input type="submit" value="确定" name="B1" class="buttonface " onClick="MM_validateForm('biaoti','','R');return document.MM_returnValue">
<input type="reset" name="Reset" value="重写">
<input type="button" value="关闭窗口" name="B2" class="buttonface" onclick="javascript:self.close()">
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -