📄 guest.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css.css" rel=stylesheet content="text/css">
<title>发表新贴</title>
</head>
<!--#include file="top.htm"-->
<table width="760" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor=#0080C0>
<tr>
<td bgcolor="#0080C0" height=20 align=center colspan=2><font color=#ffffff>GuestBook 发贴</font></td>
</tr>
<form name="form1" method="post" action="guest_save.asp?action=add">
<tr bgcolor="#F7F9FF">
<td width="180" height=30 align=center>用 户 名</td>
<td width="580"> <input name="user" type="text" size=40 maxlength="10"></td>
</tr>
<tr bgcolor="#F7F9FF">
<td height=30 align=center>贴子主题</td>
<td> <input name="title" type="text" maxlength="48" size=40></td>
</tr>
<tr bgcolor="#F7F9FF">
<td height=30 align=center>贴子内容</td>
<td> <textarea name="book" cols="60" rows="10"></textarea></td>
</tr>
<tr bgcolor="#F7F9FF">
<td height=30 align=center colspan=2><input type="submit" name="Submit" value="发 贴"> <input type="reset" name="Submit" value="重 置"></td>
</tr>
<tr>
<td bgcolor="#0080C0" height=20 align=center colspan=2><font color=#ffffff>发贴者请对自己的言行负责 [<a href=index.asp class=1>返回首页</a>]</font></td>
</tr>
</form>
</table>
<!--#include file="bottom.htm"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -