📄 addinfor.htm
字号:
<html>
<head>
<LINK href="../style.css" rel=stylesheet>
<title>添加公告信息</title>
</head>
<body bgcolor="#4BD152" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form method=post action="informationdb.asp">
<div align="center">
<center>
<table border="0" width="100%" 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=a 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=b cols="30" class="smallInput" rows="10"></textarea>
</td>
</tr>
</table>
<br>
</center>
</div>
<div align="right">
<input type="submit" value="确定" name="B1" class="buttonface " >
<input type="reset" name="Reset" class="buttonface " value="重写">
<input type="button" value="关闭窗口" name="B2" class="buttonface" onclick="javascript:self.close()">
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -