📄 right.asp
字号:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="177" id="AutoNumber1" height="1">
<tr>
</td>
</tr>
<tr>
<td width="153" height="68" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber2">
<tr>
<td width="100%">
<p align="center"><img src="images1/btop10.gif" width="177" height="41"></td>
</tr>
<tr>
<td width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images1/barbg.gif" class=".right">
<%
m=0
set rs=conn.execute("SELECT top 10 Specialid,name,Classid,hits FROM Special order by hits desc")
if not Rs.eof then
do while not rs.eof
m=m+1
%>
<TR>
<TD width=141> <%=m%>.<a href=ShowSpecial.asp?Specialid=<%=rs("Specialid")%> title="<%=rs("name")%>"><font color="#FFFFFF"><%=left(rs("name"),10)%>
<% if len(rs("name"))>10 then Response.Write "..." %>
</a></font></TD>
<td width=35><%=rs("hits")%></td>
</TR>
<%
rs.movenext
loop
else
response.write "尚无收录"
end if
rs.close
%>
</table>
</td>
</tr>
<tr>
<td width="100%" align="center" valign="top" background="images1/barbg.gif"><img src="images1/bard.gif" width="177" height="7"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="160" colspan="2">
<img border="0" src="补间.gif" width="1" height="15"></td>
</tr>
<tr>
<td width="151" height="1" >
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber3">
<tr>
<td width="100%">
<p align="center"><img src="images1/btop10-2.gif" width="177" height="41"></td>
</tr>
<tr>
<td width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images1/barbg.gif">
<%
m=0
set rs=conn.execute("SELECT top 10 id,ClassID,MusicName,hits FROM MusicList order by hits desc")
if not Rs.eof then
do while not rs.eof
m=m+1
%>
<TR>
<TD width=120> <%=m%>.<a href="javascript:open_window('ShowMusic.asp?id=<%=rs("id")%>','ShowMusic','width=366,height=110')" title='<%=rs("musicname")%>'><font color="#FFFFFF"><%=left(rs("MusicName"),10)%><% if len(rs("MusicName"))>10 then Response.Write "..." %></a></TD>
<td width=30><%=rs("hits")%></td>
</TR>
<%
rs.movenext
loop
else
response.write "尚无收录"
end if
rs.close
%>
</table>
</td>
</tr>
<tr>
<td width="100%"><img src="images1/bard.gif" width="177" height="7"></td>
</tr>
</table>
</td>
<tr>
<td width="160" colspan="2">
<img border="0" src="补间.gif" width="1" height="15"></td>
</tr>
<tr>
<td width="151" height="1">
<div align="center">
<center>
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber4">
<tr>
<td width="100%">
<p align="center"><img src="images1/blogo.gif" width="177" height="41"></td>
</tr>
<tr>
<td width="100%" background="images1/barbg.gif">
<p align="center">
<br>
<a href="mailto:<%=adminemail%>">
<img border="0" src="<%=logo%>" width="88" height="31" alt="-==<%=webtitle%>=-- 欢迎与本站交换友情链接 Email:<%=adminemail%>"></a>
<br>
<%=ShowLink%></td>
</tr>
<tr>
<td width="100%"><img src="images1/bard.gif" width="177" height="7"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="160" colspan="2">
<img border="0" src="补间.gif" width="1" height="15"></td>
</tr>
<tr>
<td width="151" height="1">
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber6">
<tr>
<td width="100%">
<p align="center"><img src="images1/bour.gif" width="177" height="41"></td>
</tr>
<tr>
<td width="100%" align="center" background="images1/barbg.gif"><%=LM2Code%> </td>
</tr>
<tr>
<td width="100%"><img src="images1/bard.gif" width="177" height="7"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="160" colspan="2">
<img border="0" src="补间.gif" width="1" height="15"></td>
</tr>
</table>
</center>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -