📄 info_special.asp
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 10 * from sh_chanpin where tejiabook=1 order by adddate desc",conn,1,1%>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<%i=0
do while not rs.eof%>
<tr>
<td height="24">
<%response.write " <a href=list.asp?id="&rs("bookid")&" title=此商品已被浏览过"&rs("liulancount")&"次>"
if len(trim(rs("bookname")))>12 then
response.write left(trim(rs("bookname")),11)&"..."
else
response.write trim(rs("bookname"))
end if
response.write "</a>"
%></td>
</tr>
<%i=i+1
if i>=7 then exit do
rs.movenext
loop
rs.close
set rs=nothing%>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="10">
<tr>
<td width="89%" align="right"><a href="/class.asp?id=sale"></a><a href="/class.asp?id=sale"><font color="#FF3300">更多>>></font></a></td>
<td width="20%" align="right"> </td>
</tr>
<tr>
<td height="6" colspan="2" ></td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -