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

📄 search.asp

📁 创建和运行动态、交互的Web服务器应用程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webtop.asp"-->
<html>
<head>
<title><%=webname%>--高级查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkk()
{
   if(checkspace(document.form2.searchkey.value))  {
	document.form2.searchkey.focus();
	alert("请输入查询关键字!");
	return false;
  }
   document.form2.submit();
}

//-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="776" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="5"></td>
  </tr>
</table>

<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ff9933"><form name="form2" method="post" action="research.asp">
        <tr> 
          <td width="10%" align=right>高级查找&nbsp;&nbsp;</td>
          <td width="20%"><input name="searchkey" type="text" id="searchkey"></td>
        
          <td align=right>小类&nbsp;&nbsp;</td>
          <td><select name="action" id="action">
                <option value="1" selected>书名</option>
                <option value="2">作 者</option>
                <option value="3">出版社</option>
                <option value="4">ISBN</option>
              </select></td>
       
          <td align=right>价格&nbsp;&nbsp;</td>
          <td>
             <select name="jiage" id="jiage">
                <option value="20">小于20元</option>
		<option value="30">小于30元</option>
                <option value="50" selected>小于50元</option>
                <option value="100">小于100元</option>
              </select></td>
        
          <td align=right>大类&nbsp;&nbsp;</td>
          <td>

		  <%set rs=server.CreateObject("adodb.recordset")
		  rs.open "select * from shop_anclass order by anclassidorder",conn,1,1%>

		  <select name="anclassid">
		  <option value="0">所有分类</option>
          <%do while not rs.eof%>
		  <option value="<%=rs("anclassid")%>"><%=trim(rs("anclass"))%></option>
		  <%rs.movenext
		  loop
		  rs.close
		  set rs=nothing%>
                  </select></td>
        
           <td><input type="submit" name="Submit3" value="查询" onclick="return checkk();">
              </td>
        </tr></form>
</table>

<table width="776" height="60" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="60"></td>
  </tr>
</table>

<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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