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

📄 searchqg.asp

📁 . 缓存处理技术
💻 ASP
字号:
<!--#include file="sysconfig.asp"-->
<!--#include file="checkadmin.asp"-->
<%
Dim BBR_Cpath
BBR_CPath=""
%>
 <TABLE cellSpacing=0 cellPadding=0 width=100% align=center border=0 class=td>
  	<TR>
	  <td colspan=3 width=100% height=2 align=center class=menutdbg_1> </td>
	</TR>
  	<TR>
	  <td colspan=3 width=100% height=23 align=left background="../SKINS/<%=SKINS_FOLDER%>/GrayBg.Gif">
		<img src="../SKINS/<%=SKINS_FOLDER%>/Go.gif" border="0">
		<span Class=menufont_1><b>您的位置:<a href="Help.asp" class=menuColor_1>后台管理</a>&nbsp;&gt;&nbsp;搜索中心</b></span>
	  </td>
	</TR>
  	<TR height=1>
	  <td width=10% align=center></td><td width=80% align=center class=menutdbg_2> </td><td width=10% align=center></td>
	</TR>
 </Table>

<table cellpadding=0 cellspacing=1 width=100% align=center border=0>
  <tr>
   <td align=center width=100%>

<table cellpadding=0 cellspacing=1 width=100% align=center border=0 class=tablebg>
<tr>
   <td align="center" valign="top" class="td">

   <!--#include file="SearchMenuBar.asp"-->


    <TABLE id=qg WIDTH=100% BORDER=0 CELLPADDING=5 CELLSPACING=0 ALIGN=CENTER>
     <TR>
      <TD><span class=menufont_2><img src="../SKINS/<%=Skins_Folder%>/ring.gif" border="0" alt=""> <B>求购信息高级搜索</B></span></TD>
     </TR>
    </TABLE>
<table width="100%" border="0" CELLPADDING=5 CELLSPACING=2 class=td>
<form name=Cn_bbr_qgform method="post" action="Search_QiuGou.asp" onsubmit="Cn_bbr_qgform.B1.disabled=true;">
<tr>
<td align="right" width="20%">求购信息主题:</td>
<td><input type="text" name="BBR_AucName" value="" size="30"></td>
</tr>
<tr>
<td align="right">发 布 人:</td>
<td>
  <input name=BBR_AucOwner type=BBR_AucOwner title="发布人姓名或者ID" value="">
</td>
</tr>
<tr>
<td align="right">求购方式:</td>
<td>
<%
Dim CN_BBRs_str0,CN_BBRs_str1,CN_BBRs_str2
response.write"    <Select name=BBR_QGType>"& vbcrlf
CN_BBRs_str0="求购"
CN_BBRs_str1="求购,求租,合作"
CN_BBRs_str2="求购,求租,合作"

Call SelectOper(CN_BBRS_str0,CN_BBRS_str1,CN_BBRS_str2)

response.write"    </Select>"& vbcrlf

%>
</td>
</tr>
<tr>
<td align="right">发布时间:</td>
<td>
<input name="BBR_QGUPdateTime" type=text size="2"> 天之内
</td>
</tr>
<tr>
<td align="right">排序方式:</td>
<td>
<%
response.write"    <Select name=CnAucBBrOrder>"& vbcrlf


CN_BBRs_str0="1"
CN_BBRs_str1="1,2"
CN_BBRs_str2="点击率,发布时间"

Call SelectOper(CN_BBRS_str0,CN_BBRS_str1,CN_BBRS_str2)

response.write"    </Select>"& vbcrlf
%>
</td>
</tr>

<tr>
<td align="right">每页信息:</td>
<td>
<%
response.write"    <Select name=CnPerBBrPage>"& vbcrlf


CN_BBRs_str0="50"
CN_BBRs_str1="20,40,50,60,80,100,200,500"
CN_BBRs_str2="20,40,50,60,80,100,200,500"

Call SelectOper(CN_BBRS_str0,CN_BBRS_str1,CN_BBRS_str2)

response.write"    </Select> 条/页"& vbcrlf
%>
</td>
</tr>

<tr>
<td></td>
<td>
<INPUT name=B1 type=submit value="  搜 索  "></td>
</tr>
</form>
</table>




   </td>
 </tr>
</table>

⌨️ 快捷键说明

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