?? bookadd.html
字號(hào):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無(wú)標(biāo)題文檔</title>
</head>
<body>
<center>
<h4><font color="#6699ff">新書(shū)登記</font> </h4><hr/>
<form name="form1" method="post" action="bookadd.asp">
<table width="75%" border="1">
<tr>
<td width="27%">圖書(shū)編號(hào):</td>
<td width="73%"><input type="text" name="bookid"></td>
</tr>
<tr>
<td>圖書(shū)名稱:</td>
<td><input type="text" name="bookname"></td>
</tr>
<tr>
<td>圖書(shū)作者:</td>
<td><input type="text" name="bookauthor"></td>
</tr>
<tr>
<td>圖書(shū)價(jià)格:</td>
<td><input type="text" name="bookprice"></td>
</tr>
<tr>
<td>出版社:</td>
<td><input type="text" name="bookpub"></td>
</tr>
<tr>
<td> </td>
<td><input type="reset" name="Submit" value="重置">
<input type="submit" name="Submit2" value="圖書(shū)登記"></td>
</tr>
</table>
</form>
</center>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -