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

📄 searchexpense.jsp

📁 宿舍管理系统 可以实现很多的功能,查询,登陆,
💻 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);
%>
<p>&nbsp;</p>
<p>&nbsp;</p>
<form name="form1" method="post" action="/MyDesign/SearchExpense">
  <table width="27%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
    <tr> 
      <td colspan="2" height="56"><div align="center"><font color="#660000" size="6"><strong>费用查询</strong> 
          </font></div></td>
    </tr>
    <tr> 
      <td colspan="2" height="56"> <div align="center"><font color="#660000" size="3">请输入查询条件</font></div></td>
    </tr>
    <tr> 
      <td width="35%" height="30"> <div align="center"><font color="#660000" size="3">费用类别</font></div></td>
      <td width="65%"><font color="#660000" size="3"> 
        <input name="table" type="radio" value="water" checked>
        水费 
        <input type="radio" name="table" value="electric">
        电费 </font></td>
    </tr>
    <tr> 
      <td height="34"> <div align="center"><font color="#660000" size="3">楼号</font></div></td>
      <td><font color="#660000" size="3"> 
        <input name="donghao" type="text" id="donghao" size="20" maxlength="4">
        </font></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">房号</font></div></td>
      <td><p><font color="#660000" size="3"> 
          <input name="houseid" type="text" id="houseid" size="20" maxlength="3">
          </font></p></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">缴纳完毕</font></div></td>
      <td><select name="ishandin" id="ishandin">
          <option>请选择</option>
          <option>是</option>
          <option>否</option>
        </select></td>
    </tr>
    <tr> 
      <td  height="47" colspan="2"> <div align="center"> <font color="#660000" size="3"> 
          <input type="submit" name="Submit" value="查询">
          &nbsp;&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 + -