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

📄 search_if.asp

📁 《网上图书管理系统》 开发及测试环境 操作系统:Windows 2000 Server 后台数据库:Access 2000 Web服务器:IIS 5.0  系统在该环境下测试通过运行。
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>设置查询条件</title>
<link href="style.css" rel="stylesheet">
</head>
<body background="images/bg_listmain.jpg" leftmargin="0" topmargin="0">
<table width="535" height="61" border="0" cellpadding="-2" cellspacing="-2">
  <tr> 
    <td width="535" align="center" valign="top"> 
      <table width="97%" height="55" border="0" cellpadding="-2" cellspacing="-2">
        <tr> 
          <td height="18">&nbsp;</td>
        </tr>
        <tr> 
          <td height="37" valign="middle"> 
            <form name="form1" method="post" action="search_list.asp" target="search_list">
              请设置查询条件: 
              <select name="sfield" id="select">
                <option value="BookID">书号</option>
                <option value="BookName" selected>书名</option>
                <option value="TPI">出版社</option>
                <option value="Type">图书类型</option>
                <option value="Writer">作者</option>
              </select>
              <select name="mode" id="mode">
                <option value="==" selected>等于</option>
                <option value="like">Like</option>
              </select>
              <input name="cValue" type="text" id="cValue" 
			  value="Visual FoxPro数据库开发实例解析" size="31">
              <input name="imagefield" type="image" src="images/go.gif"
			   width="35" height="25" border="0" align="absbottom">
            </form></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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