inc_hot.asp

来自「商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会」· ASP 代码 · 共 35 行

ASP
35
字号
<table width="223" border="0" cellspacing="0" cellpadding="0">
	<tr> 
		<td height="30" background="images/top_21.jpg">&nbsp;</td>
	</tr>
	<tr> 
		<td align="center" background="images/list.jpg">
			<table width="95%" border="0" cellspacing="0" cellpadding="0">
				<tr> 
					<td height="10"> </td>
				</tr>
				<%
				sql = "select top 10 prono, title from product where state='1' order by querycount desc,prono desc"
				rs.Open sql,cn,0,1,1
				i = 1
				do while not rs.EOF
				%>
					<tr> 
						<td height="25"><%=i%> <a href="product_display.asp?prono=<%=rs("prono")%>"><%=rs("title")%></a></td>
					</tr>
					<tr> 
						<td height="1" bgcolor="#D5D5D5"> </td>
					</tr>
				<%
					i = i + 1
					rs.MoveNext
				loop
				rs.Close
				%>
				<tr> 
					<td align="right"><a href="product.asp">更多内容.....</a></td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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