⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.jsp

📁 用java开发的一个简单的手机购物网站 能够实现购物车功能 收索功能 下定单
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" errorPage="err.jsp?msg=未知错误" %><html>    <head>        <title>在线手机-搜索</title>         <style type="text/css"><!--.title_1 {  font-family: "华文行楷"; font-size: 36px; color: #CC66FF; width: 100%; }.editbox { background: #C896F6; font-family: "Arial"; font-size: 9pt; height: 20px; padding: 1px}.button { background: #F2F2F2; border: #333333 1px solid; color: #333333; cursor: hand; font-size: 12pt; height: 25px; width:50px; padding: 1px}--></style>        <style type="text/css"><!--body {	font-family: "华文中宋";	font-size: 28px;	font-style: normal;}-->        </style>    </head>    <body bgcolor="#66CCFF"><center>             <jsp:include page="header.jsp" />    <div align="center">      <table width="780" border="0" cellpadding="0" cellspacing="0">        <!--DWLayoutTable-->        <tr>          <td class="title_1" align="center" background="img/标题-15.jpg">手机搜索</td>        </tr>        <tr>          <td height="120" valign="top" background="img/标题-14.jpg"><form name="form1" method="post" action="booklist.jsp">            <div align="center">              <table width="300" border="1" cellpadding="0" cellspacing="0" bordercolor="#F0B925">                <tr >                 <td> 搜索本站手机</td>  <td><input type="text" name="searchBookName" class="editbox" size="30"></td>                </tr>              </table>		                              <p>                <input type="submit" name="Submit" value="提交" class="button" >                 <input type="reset" name="Submit" value="重置" class="button">                      </p>            </div>          </form></td>        </tr>      </table>    </div>    </body>    <jsp:include page="footer.jsp" /></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -