info_special.asp
来自「网上购物,不错的购物系统,花了好长时间来改的」· ASP 代码 · 共 39 行
ASP
39 行
<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 + =
减小字号Ctrl + -
显示快捷键?