📄 anyp.asp
字号:
<table width="100%" height="47" border="0" background="./template/shop/tpl_001/images/headhot.gif" cellpadding="0" cellspacing="0">
<tr>
<td height="32" align="center"><font size="2" color="#ffffff">销售排行</font></td>
</tr>
</table>
<table width="201" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="./template/shop/tpl_001/images/form_bj.gif"><table width="199" border="0" align="center" cellpadding="0" cellspacing="0" background="./template/shop/tpl_001/images/form_topbj.gif">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td>
<%
sql="select * from imglinks order by linkorder desc"
rs.open sql,conn,3,3
if rs.eof then
%>
暂无友情链接
<%end if %>
<%
do while not rs.eof %>
<p align="center"><a href="<%=rs("linkurl")%>"><img border="0" src="<%=rs("linkimg")%>" ></a><br>
<%
rs.movenext
loop
rs.close%></td>
</ul> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"><img src="./template/shop/tpl_001/images/form_bottom.gif" width="201" height="10"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -