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

📄 search.jsp

📁 Begining JSP Web Development外文书籍源代码
💻 JSP
字号:
<html>

  <head>
    <title>Chapter 5 Examples</title>
  </head>

  <body>
    <h3>Search Form</h3>
    <br />
    <form method="POST" action="searchresults.jsp">
      <table border="0" cellpadding="0" cellspacing="0" width="439">
        <tr>
          <td width="433" colspan="2">
            <b>
              Look up for Employee 
              ( Enter one of the following criteria)
            </b>
          </td>
        </tr>
        <tr>
          <td width="157">Employee Id</td>
          <td width="276"><input type="text" name="empid" size="21"></td>
        </tr>
        <tr>
          <td width="157">Employee Name</td>
          <td width="276"><input type="text" name="empname" size="21"></td>
        </tr>
      </table>
      <p><input type="submit" value="Search ..." name="SearchBtn"></p>
    </form>
  </body>

</html>

⌨️ 快捷键说明

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