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

📄 searchvisitor.jsp

📁 利用java编写的一个学生宿舍管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"  %>
<%
if(session.getAttribute("admin")==null)
     out.print("<script>alert('请先登录!');window.location.href='login.htm'</script>");
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>来访查询</title>
<link href="css/mycss.css" rel="stylesheet" type="text/css">
</head>

<body>
<%@ include file="head.htm" %>
<%
session.setAttribute("strSQL",null);
session.setAttribute("jumppage",null);
%>
<p>&nbsp;</p>
<p>&nbsp;</p><br>
<form action="/MyDesign/SearchVisitor" method="post">
  <table width="30%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
    <tr> 
      <td height="61" colspan="2"> <div align="center"><font color="#660000"><strong><font size="5">来访查询</font></strong> 
          </font></div></td>
    </tr>
    <tr> 
      <td colspan="2" height="39"> <div align="center"><font color="#660000" size="3">请输入查询条件</font></div></td>
    </tr>
    <tr>
      <td width="39%"><div align="center"><font color="#660000">楼号</font></div></td>
      <td width="61%"><font color="#000000"> 
        <input name="donghao" type="text" id="donghao" size="20" maxlength="2">
        </font></td>
    </tr>
    <tr>
      <td><div align="center"><font color="#660000">房号</font></div></td>
      <td><font color="#000000"> 
        <input name="houseid" type="text" id="houseid3" size="20" maxlength="3">
        </font></td>
    </tr>
    <tr>
      <td><div align="center"><font color="#660000">被访人姓名</font></div></td>
      <td> <font color="#000000"> 
        <input name="visitednm" type="text" id="visitednm" size="20" maxlength="8">
        </font></td>
    </tr>
    <tr>
      <td><div align="center"><font color="#660000">来访日期</font></div></td>
      <td><font color="#000000"> 
        <input name="visittime" type="text" id="visittime2" value="    -  -     :" size="20" maxlength="20">
        </font></td>
    </tr>
    <tr> 
      <td  colspan="2"> <div align="center"> <font color="#660000" size="3"> 
          <input type="submit" name="Submit" value="查询">
          &nbsp; 
          <input type="reset" name="Submit2" value="重置">
          </font></div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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