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

📄 booklist.asp

📁 图书管理系统的所有程序
💻 ASP
字号:
<html>
<head><title>网上图书订购系统</title>
<style type="text/css">
<!--
.style2 {
	font-size: 12pt;
	font-weight: bold;
	color: #6699FF;
}
image{
border-color:#000000;
}
-->
</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="ZHAN_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="ZHAN_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="27" 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="ZHAN_CENTER.ASP"--></td>
                          </tr>
                     </table>
	              </td>
               </tr>
           </table>
       </TD>
   </TR>
</TABLE>
<br>
<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 + -