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

📄 search.asp

📁 《网上图书订购系统》 1.后台数据库:SQL Server 2000 2.在IIS服务器中新建站点
💻 ASP
字号:
<html>
<head><title>网上图书订购系统</title>
<LINK rel="stylesheet" href="CSS/STYLE.CSS" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style2 {
	font-size: 36pt;
	font-weight: bold;
	color: #6699FF;
}
.style3 {color: #FFFFFF}
-->
</style>
<!--#INCLUDE FILE="conn/conn.asp"-->
<!--#include file="js.asp"-->
</head>
<body topmargin="0" leftmargin="4" bgcolor="#FDFDFD">
  <table width="799" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><!--#include file="search_top.asp" --></td>
    </tr>
    <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td rowspan="3" valign="top" width="162">
              <!--#include file="zhan_left.asp"-->
          </div></td>
		   <form action="search.asp" method="post" name="form1">
          <td width="637" valign="top"><table width="99%" border="0" cellpadding="0" cellspacing="0" bgcolor="#818181">
              <tr>
                <td width="54%" height="41" align="right" valign="middle" bgcolor="#EAEAEA">
                  
                      <select name="sfield" id="select">
					    <option value="barcode">条形码</option> 
                        <option value="BookName">书名</option>
						<option value="bookconcern">出版社</option>
						<option value="kind">图书类型</option>
						<option value="author">作者</option>
                      </select>
					  <select name="mode" id="mode">
					    <option value="==">等于</option>
						<option value="like">Like</option>
					  </select>
                      <input type="text" name="cValue" id="cValue" size="30" style="border-style:1px solid #000000">
                  <input name="search" type="image" src="images/search.gif">&nbsp;&nbsp;                </td>
              </tr>
          </table>
		  </td>
		  </form>
        </tr>
        <tr>
          <td width="637"  valign="top" style="padding:2px"><!--#include file="search1.asp"--></td>
        </tr>
      </table></td>
    </tr>
  </table>
  <hr size="1" width="799" style="border-style:1px solid" align="left">
  <!--#include file="zhan_botom.asp"-->
</body>
</html>

⌨️ 快捷键说明

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