⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 all.asp

📁 8款下载系统源代码 2003-3-11 21:37:45 433 949k · 都很常见: 猛虎山庄、燕衔泥(飞扬的软件第二版用的就是他
💻 ASP
字号:
<TABLE bgColor=#817af3 border=0 cellPadding=1 cellSpacing=0 width="100%">
              <TR>
                <TD>
                  <TABLE border=0 cellPadding=3 cellSpacing=0 width="100%">
              <TR>
               <TD style="border-bottom-style: solid;border-color:#817af3;border-width:1px" bgcolor="#CCCCFF">
              <table border="0" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="5%"><img border="0" src="images/0037.gif"></td>
                  <td width="95%">&nbsp;累计下载Top10</td>
                </tr>
              </table>
              </TD></TR>
                    <TR bgColor=#ffffff>
                      <TD> 
<font style=line-height:150%>
<%
	sql="select top 10 id,showname from download "
	sql=sql&" order by hits desc"
	rs.open sql,conn,1,1
	if rs.eof and rs.bof then
%>
没有下载
<%else%>
<%do while not rs.eof%>
<a href="list.asp?id=<%=rs("id")%>"><%=rs("showname")%></a><br>
<%
	rs.movenext
	loop
	end if
	rs.close
%>
</font>
            </TD></TR></TABLE></TD></TR></TABLE>

⌨️ 快捷键说明

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