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

📄 searchuser.jsp

📁 用Jsp实现的图书管理系统代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ include file="../ch.jsp" %>
<%@ include file="checkadmin.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查询借书证用户信息</title>
<style type="text/css">
<!--
.tip {font-size: 11px}
-->
</style>
</head>
<body>
 <table width="72%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
<td width="120" height="30" bgcolor="#EFEFEF"><img src="../images/searchuser.gif" width="120" height="26"></td>
 <td width="455" bgcolor="#EFEFEF">
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
  <form name="form1" action="searchuser_post.jsp" method="get">
      <td width="80%" height="25" nowrap bgcolor="#EFEFEF">
          <input name="keyword" size="30" value='051007' onFocus='this.select();'> 
          <select name="type">
            <option value="borrowid" selected>借书证号</option>
            <option value="username">用户姓名</option>
              </select>          
          <input name="Submit" src="../images/d_search.gif" type="image" width="65" height="20" align="absmiddle" border="0"></td>
      <td width="20%" nowrap bgcolor="#EFEFEF"></td>
  </form>
  </tr>
</table></td></tr></table>

 <table width="72%"  border="0" align="center" cellpadding="2" cellspacing="5">
   <tr>
     <td align="center"><div align="center"><img src="../images/f.jpg" width="480" height="360"></div></td>
   </tr>
 </table> 
</body>
</html>

⌨️ 快捷键说明

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