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

📄 seach_book.asp

📁 很好的网上书店源码 适合企业个人使用 很好的网络书城
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.reload('login.asp')</script>"
response.End
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/css.css" rel="stylesheet" type="text/css">
</head>

<body><!--#include file="menu.asp"-->
<div align="center">
<table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0">
  <tr> 
    <td background="../images/manage/line_all.gif"><div align="center"><font color="#000000">图书搜索</font></div></td>
  </tr>
  <tr><form name="form2" method="post" action="list_book.asp">
    <td height="43" bgcolor="#F8FCFD">
        <div align="center">
        <table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0">
          <tr> 
            <td width="35%" bgcolor="#F8FCFD"><div align="center"> 
                <input name="selectkey" type="text" id="selectkey" onFocus="this.value=''" value="请输入关健字">
              </div></td>
            <td width="45%" bgcolor="#F8FCFD"><div align="center"> 
                <select name="selectm" id="selectm" size="1">
                  <option value="0">选择搜索方式</option>
                  <option value="isbn">ISBN</option>
                  <option value="name">按图书名称</option>
                  <option value="zuozhe">按图书作者</option>
                  <option value="chubanshe">按图书出版社</option>
                </select>
              </div></td>
            <td width="20%" height="30" bgcolor="#F8FCFD"><div align="center"> 
                <input type="submit" name="Submit2" value="搜 索">
              </div></td>
          </tr>
        </table>
      	</div>
      </td></form>
  </tr>
</table>
</div>
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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