- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
hottop.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%set rs=server.CreateObject("adodb.recordset")
- rs.open "select top 10 * from products where zhuangtai=0 order by liulancount desc",conn,1,1%>
- <style type="text/css">
- <!--
- .style4 {color: #FF5C99}
- -->
- </style>
- <table width="180" border="0" align="left" cellpadding="0" cellspacing="0">
- <tr>
- <td><div align="center"><img src="images/body/left04.gif" width="180" height="50" /></div></td>
- </tr>
- <tr>
- <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
- <%i=0
- do while not rs.eof%>
- <tr>
- <td width="1%" height="24" valign="middle"></td>
- <td width="99%" valign="middle"> <img src="images/body/dian3.gif" width="11" height="11" />
- <%response.write "<a href=products.asp?id="&rs("bookid")&" title=此商品已成功销售"&rs("chengjiaocount")&"次>"
- if len(trim(rs("bookname")))>8then
- response.write left(trim(rs("bookname")),8)&".."
- else
- response.write trim(rs("bookname"))
- end if
- response.write "</a>"
- %>
- <font color="#DC143C"><font color="#DC143C">¥<%=trim(rs("huiyuanjia"))%></font></font>
- <table width="100%" height="1" border="0" cellpadding="0" cellspacing="0" background="image/lineDotGray.gif">
- <tr>
- <td height="1" background="images/blank.gif"></td>
- </tr>
- </table></td>
- </tr>
- <%i=i+1
- if i>=10 then exit do
- rs.movenext
- loop
- rs.close
- set rs=nothing%>
- </table></td>
- </tr>
- </table>