en_search.asp

来自「此系统都是基于ASP+ACCESS技术开发的电子商务平台,属于全自动化、全智能的」· ASP 代码 · 共 90 行

ASP
90
字号
<!--#include file="Inc/En_syscode.asp"-->
<%
'=================================
'
'  冠龙网络科技有限公司
'  网址:http://www.glgk.com
'  电话 :0573-2123665
'  信箱:webmaster@glgk.com
'  QQ:53180986
'
'=================================
%>
<%
ShowSmallClassType=ShowSmallClassType_Search
MaxPerPage=MaxPerPage_Search
strFileName="En_Search.asp?Field=" & strField & "&Keyword=" & keyword & "&EnBigClassName=" & EnBigClassName & "&EnSmallClassName=" & EnSmallClassName 
%>
<!-- #include file="Inc/En_Head.asp" -->
<BODY bgColor=#666666 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"  <%if not(rsBigClass.bof and rsBigClass.eof) and ShowSmallClassType="Menu" then response.write " onmousemove='HideMenu()'"%>>

<TABLE width="760" border=0 align="center" cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
<TR> 
<TD width=196 vAlign=top bgcolor="#FFFFFF"> 
	<table width="92%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
		<tr>
			<td valign="top">

<!-- 会员登陆 -->
<!-- #include file="L_login.asp" -->
<!-- 产品列表 -->
<!-- #include file="En_L_product.asp" -->
<!-- 产品搜索 -->
<!-- #include file="En_L_Search.asp" -->
<!-- 邮件列表 -->

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

<TD width=1 background=img/kropki_pion_naBialym.gif><IMG height=2 src="img/1x1_pix.gif" width=1></TD>
<TD vAlign=top> 
	<TABLE width="90%" border=0 align="right" cellPadding=0 cellSpacing=0>
<!-- 广告栏 -->
<!-- #include file="L_adcolumn.asp" -->

		<TR> 
			<TD height=1>
				<TABLE cellSpacing=0 cellPadding=0 width="555" border=0>
					<TR> 
						<TD height="25"><img src="Img/enpt/pt_01.gif" width="450" height="30"></TD>
					</TR>
				</TABLE>
			</TD>
		</TR>
		<TR> 
			<TD height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" width=10></TD>
		</TR>
		<TR>
			<TD> 
				<TABLE width="100%" border=0 align="right" cellPadding=0 cellSpacing=0>
					<TR> 
						<TD width="395" height=28> <% call ShowSearchTerm() %> </TD>
						<TD width="160"> <% call SearchResultTotal() %> </TD>
					</TR>
				</TABLE>
			</TD>
		</TR>
		<TR> 
			<TD height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" width=10></TD>
		</TR>
		<TR> 
			<TD height=1> <% call ShowSearchResult() %> </TD>
		</TR>
		<TR> 
			<TD height=1>
<%
if totalput>0 then
call showpage(strFileName,totalput,MaxPerPage,false,true," a product")
end if
%> </TD>
		</TR>
	</TABLE>
</TD>

</TR>
</TABLE>
<!-- #include file="Inc/En_Foot.asp" -->
</BODY></HTML>

⌨️ 快捷键说明

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