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

📄 book_search.asp

📁 在线图书馆管理系统的具有前台后后台。前台用户系统主要功能是显示用户借阅信息及图书查找功能。后台管理员系统主要是负责前台信息的维护和图书书库的管理。本系统可以方便的使用户高效率地找到自己所需要的图书。另
💻 ASP
字号:
<!--#include file="../inc/adconn.asp"-->
<!--#include file="../css.asp"-->
<p>
  <%
if session("admin_name")="" then 
response.end
end if%>
</p>
<table width="80%" height="1" border="0" cellpadding="3"  cellspacing="1"  align="center">
  <tr>
    <td width="80%" class="title" bgcolor="#FFFFFF"><div align="center" style="font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 24px">书库管理</div></td>
  </tr>
    <tr>
      <td >[<a href="book_list.asp">图书列表</a>]&nbsp;&nbsp;[<a href="book_add.asp">添加图书</a>]&nbsp;&nbsp;[<a href="book_search.asp">查找图书</a>]&nbsp;</td>
    </tr>
</table>
<form action="search_list.asp" method="post" ><TABLE width="80%" border="0" cellspacing="1" bgcolor="#336699" align="center"><TR>
		  
          <TD width=403 height=31 background="../images/pics/tile_sub.gif" colspan="2">借阅图书信息检索: <select name='Class' size='1' tabindex='0' style="font-size: 9pt">      
<option value='按图书名称'>按图书名称</option>
<option value='按借阅人'>按借阅人</option>
<option value='按借阅种类'>按借阅种类</option>
<option value='按过期天数'>按过期天数</option>
</select><span class="main1">
<input type='text' name='Name' size='11'  onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''" style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:18px;background-color:#f3f3f3;border:1 solid black">
</span> <input type='submit' value='查询' name='Submit' style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:20px;background-color:#D4D0C8;" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='#D4D0C8'">         </TD>
  </TR>
</TABLE></form>

⌨️ 快捷键说明

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