?? 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 + -