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