?? bookstore.jsp
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ page session="true" %>
<html>
<head><title>LIVE在線書店-圖書檢索</title>
<%@ include file="logo3.jsp" %>
<style type="text/css">
<!--
.STYLE20 {
font-size: 24px;
font-weight: bold;
}
a:link {
color: #0066CC;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="782" border="0" align="center">
<tr>
<td width="705" align="center" bgcolor="#CCCCCC"><span class="STYLE20">圖書檢索</span></td>
</tr>
</table>
<table width="900" border="0" align="center">
<tr>
<td width="853" height="90" align="center"><a href="suoyou.jsp">查看所有圖書</a></td>
</tr>
<tr>
<td align="center"><form id="form1" name="form1" method="post" action="bookdetails.jsp" >
按書的編號查詢
<label>
<input type="text" name="bookId" />
</label>
<label>
<input type="submit" name="Submit" value="查詢" />
</label>
<p> </p>
</form>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -