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

📄 index.asp

📁 《网上图书订购系统》 1.后台数据库:SQL Server 2000 2.在IIS服务器中新建站点
💻 ASP
字号:
<html>
<head>
<title>网上图书订购系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!--#INCLUDE FILE="conn/conn.asp"-->
<!--#include file="js.asp"-->
<script language="javascript">
 function chkfields(){
  if(document.form2.myif.value==""){
    alert("请选择图书好吗?");
	return false;
  }
  return true;
 }
</script>
</head>
<body topmargin="0" leftmargin="4" bgcolor="#FDFDFD"> 
<table width="799" border="0" cellspacing="0" cellpadding="0"> 
  <tr> 
    <td><!--#include file="top.asp"--></td> 
  </tr> 
  <tr> 
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> 
        <tr> 
          <td rowspan="3" valign="top" width="160"> <!--#include file="left.asp"--> 
            </div></td> 
          <form action="search.asp" method="post" name="form1"> 
            <td width="637" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#818181"> 
                <tr> 
                  <td width="54%" height="27" align="right" valign="middle" bgcolor="#EAEAEA"> <div align="right"> 
                      <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;&nbsp; </div></td> 
                </tr> 
              </table></td> 
          </form> 
        </tr> 
        <tr> 
          <td width="639" valign="top" style="padding:2px"><!--#include file="center.asp"--></td> 
        </tr> 
      </table></td> 
  </tr> 
</table> 
<!--#include file="bottom.asp" --> 
</body>
</html>

⌨️ 快捷键说明

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