📄 hyzx.asp
字号:
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE> </TD>
</TR>
</TABLE></TD></TR>
</TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD> </TD>
</TR>
<TR>
<TD> </TD>
</TR></TBODY></TABLE>
</TD>
<TD bgColor=#cec6c6 width=2></TD>
<TD height=400 vAlign=top width=573><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><TABLE border=0 borderColor=#111111 cellSpacing=0
id=AutoNumber18 style="BORDER-COLLAPSE: collapse"
width="100%">
<TBODY>
<TR>
<TD
width=537 height="92"
style="COLOR: #000; FONT-FAMILY: 宋体; FONT-SIZE: 12px; LINE-HEIGHT: 150%">
<div align="right">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="530" height="92">
<param name="movie" value="images/cpzsgg.swf">
<param name="quality" value="high">
<embed src="images/cpzsgg.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="530" height="92"></embed></object>
</div></TD>
<TD width="32" align=left
style="COLOR: #000; FONT-FAMILY: 宋体; FONT-SIZE: 12px; LINE-HEIGHT: 150%"><IMG
src="images/520bannernotes.gif" width="22" height="90" border=0></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="images/hxzx.gif" width="570" height="24"></td>
</tr>
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<div align="center"></div>
<div align="center"></div>
<div align="center">
<form name="form1" method="post" action="hyzx.asp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%" height="35">行业资讯查询:</td>
<td width="32%" height="35"> <select name="fl" id="fl">
<option value="1">全部</option>
<option value="服装服饰">服装服饰</option>
<option value="运动休闲产品">运动休闲产品</option>
<option value="鞋及鞋材">鞋及鞋材</option>
<option value="纺、针织品">纺、针织品</option>
<option value="家居用品">家居用品</option>
<option value="工艺品,礼品">工艺品,礼品</option>
<option value="玩具">玩具</option>
<option value="设备及工业用品">设备及工业用品</option>
<option value="电子产品">电子产品</option>
<option value="家用电器">家用电器</option>
<option value="通讯产品">通讯产品</option>
<option value="电脑产品">电脑产品</option>
<option value="汽摩及配件">汽摩及配件</option>
<option value="其他">其他</option>
</select></td>
<td width="51%" height="35">
<input type="submit" name="Submit" value="查询"></td>
</tr>
</table>
</form>
</div></td>
</tr><% if zhrs.eof or zhrs.bof then
response.write "<br><br><font size=2 color=red>对不起,该栏目目前还没有任何资讯。</font>"
response.End()
zhrs.close
set zhrs=nothing
else
'分页输出程序
zhrs.pagesize=20
page=request("page")
'if page>rs.pagecount then
'page=rs.pagecount
'end if
if page="" or page=0 then
page=1
else
zhrs.move(page-1)*zhrs.pagesize
end if
%>
<tr>
<td width="63%" height="25"><div align="center"><img src="images/z02.gif" width="6" height="6"> 标题 <img src="images/z02.gif" width="6" height="6"></div></td>
<td width="17%" height="25"><div align="center"><img src="images/z02.gif" width="6" height="6"> 类别 <img src="images/z02.gif" width="6" height="6"></div></td>
<td width="20%" height="25"><div align="center"><img src="images/z02.gif" width="6" height="6"> 加入时间 <img src="images/z02.gif" width="6" height="6"></div></td>
</tr>
<%
for i=1 to zhrs.pagesize
%>
<tr>
<td height="22"> <img src="images/z01.gif" width="15" height="16">
<a href="javascript:show_hyzx("hyzx_info.asp?id=<%=zhrs("id")%>")">
<% if len(zhrs("title"))>22 then%>
<%=left(zhrs("title"),21)%>..
<% else%>
<%=zhrs("title")%></a> <%end if%> </td>
<td height="22"><div align="left"><%=zhrs("fl")%></div></td>
<td height="22"><div align="center"><%=zhrs("addtime")%></div></td>
</tr>
<%if not zhrs.eof then zhrs.movenext%>
<%if zhrs.eof then exit for%>
<%next%>
</table></td>
</tr>
<tr>
<td height="30"><FONT
color=#ff6600><a href="sjsearch.asp?type=供应&keyword=0&datetime=7788&txtitle=<%=title%>"></a><br>
</FONT>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><font size="2">
<%if page<>1 then%>
<a href="hyzx.asp?page=1">首页</a>
<%else%>
首页
<%end if%>
<%if page>1 then%>
<a href="hyzx.asp?page=<%=page-1%>">上一页</a>
<%else%>
上一页
<%end if%>
<%if int(page)<zhrs.pagecount then%>
<a href="hyzx.asp?page=<%=page+1%>">下一页</a>
<%else%>
下一页
<%end if%>
<%if int(page)<>zhrs.pagecount then%>
<a href="hyzx.asp?page=<%=zhrs.pagecount%>">尾页</a>
<%else%>
尾页
<%end if%>
共<font color="#FF0000"><%=zhrs.recordcount%></font>条讯息 分<font color="#FF0000"><%=zhrs.pagecount%></font>页 当前第<font color="#FF0000"><%=page%></font>页</font></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></TD>
</TR></TBODY></TABLE></td>
</tr>
</table></TD>
</TR></TBODY></TABLE>
</TD>
</TR></TBODY></TABLE>
<!--#include file=footer.htm-->
</BODY></HTML><%rs.close
set rs=nothing
%><% end if %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -