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

📄 index.jsp

📁 在eclipse平台下写的
💻 JSP
字号:
<%@ page language="java" import="java.util.*" import="com.internetshop.hibernate.*" pageEncoding="GBK"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
 <% String weburl="www.good777.cn"; %>
<html> 
	<head>
		<title>JSP for Book_researchForm form</title>
	<style type="text/css">
<!--

-->
</style>
	</head>
	<body>
	<table width="800px" align="center">
  	<tr><td colspan="3"><jsp:include page="webtop.jsp"></jsp:include></td></tr>
  	<tr>
  	<td colspan="3"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0"></table></td></tr>
  <tr>
  <html:form action="/book_research">
  	<table align="center" width="800px" bgcolor="#EEF3F9" height="18px">
  	<tr>
    <td>&#31449;&#20869;&#25628;&#32034;:&nbsp;
          <html:text property="searchName" value="请输入关键字" onfocus="searchName"></html:text>
          <select name="selected">
            <option value="1" selected>书 名</option>
            <option value="2">作 者</option>
            <option value="3">出版社</option>
            <option value="4">ISBN</option>
          </select>
          &nbsp; 
          <html:submit style="background-color: #A5C1E0; background-repeat: repeat; background-attachment: scroll; color: #000000; font-size:15px; font-style: normal; font-variant: normal; font-weight: normal; height: 18px; line-height: normal; border: 1px solid #000000; background-position: 0% 50%">
			<bean:message key="submit.searchByName"/>
		</html:submit></td>
		<td><font size="1.5px">&nbsp;&nbsp;请使用域名:</font><font color="#FF6600" size="1.5px"><b><%=weburl%></b> </font> 
          <font size="1.5px">访问本站</font></td></tr>
          <tr><td colspan="2" align="center" height="18px"><FONT color=red><html:errors/></FONT></td></tr>
         </table></html:form></tr>
       </table>
       <table height="300px" width="800" align="center">
       	<tr>
       		<td>bvbv</td>
       		<td></td>
       		<td></td>
       	</tr>
       	<tr>
       		<td></td>
       		<td></td>
       		<td></td>
       	</tr>
       	<tr>
       		<td></td>
       		<td></td>
       		<td></td>
       	</tr>
       	<tr>
       		<td></td>
       		<td></td>
       		<td></td>
       	</tr>
       </table>
       <hr>
       <table class="style1" width="800px" height="8px" align="center" cellspacing="0" cellpadding="0">
       <tr>
       	 <jsp:include flush="true" page="copyright.jsp"></jsp:include>
       </tr>
       </table>
      
	</body>
</html>

⌨️ 快捷键说明

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