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

📄 sort.asp

📁 图书管理系统的所有程序
💻 ASP
字号:
<html>
<head><title>网上图书订购系统</title>
<style type="text/css">
<!--
.style2 {
	font-size: 36pt;
	font-weight: bold;
	color: #6699FF;
}
.style3 {color: #FFFFFF}
-->
</style>
<link rel="stylesheet" href="css/style.css" type="text/css">
<!--#INCLUDE FILE="conn/conn.asp"-->
<!--#include file="js.asp"-->
</head>
<body topmargin="0" leftmargin="4" bgcolor="#FDFDFD">
<script language="javascript">
   function newwin(url){
     var newwin1=window.open(url,"","resizable=yes,menubar=no,scrollbars=yes,status=no,toolbar=no,width=700,height=400,left=0,top=0");
	 newwin1.focus();
	 return false;
   }
</script>
  <table width="799" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><!--#include file="sort_top.asp"--></td>
    </tr>
    <tr>
      <td>
	    <table width="100%" border="0" cellspacing="0" cellpadding="0">
             <tr>
                 <td rowspan="4" valign="top" width="160">
                     <!--#include file="sort_left.asp"-->
                 </td>
                 <td valign="top">
				     <TABLE border="0" width="100%" cellpadding="-2" cellspacing="-2">
				         <TR bgcolor="#00FF00">
				             <TD bgcolor="#FFFFFF"> 
		                           <table width="640" border="0" cellpadding="0" cellspacing="0">
                                       <tr>	
                                           <form action="search.asp" method="post" name="form1"> 
										   <td width="100%" 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" style="cursor:hand">
                                             &nbsp; 
										 </td></form>
                                     </tr>
                               </table>			               </td>
                       </tr>
                          <tr>
                             <td valign="top"><!--#INCLUDE FILE="SORT_CENTER.ASP"--></td>
                          </tr>
                     </table>
	              </td>
               </tr>
           </table>
       </TD>
   </TR>
</TABLE>
  <hr size="1" width="799" style="color:#006699" align="left">
  <!--#include file="zhan_botom.asp"-->
</body>
</html>

⌨️ 快捷键说明

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