www.gusucode.com > 要听音乐网完美修正版 1.0源码程序 > admin/mb_newzhuanji.asp

    <!--#include file="htmlconn.asp"-->
<html><head>
</head>
<meta name="description" content="最新百张大碟">
<meta name="keyword" content="最新百张大碟">
<title>榆林音乐网</title>
<link rel=stylesheet href=images/style.css>
<noscript><iframe src="*.html"></iframe></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body topmargin=0 marginheight=5 leftmargin=0 marginwidth=5>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="images/spacer.gif" width="1" height="1"></td>
  </tr>
</table>
<script SRC="js/index_mb.js"></SCRIPT>
<script src="js/top.js"></script>
<table width=760 border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
<TD align="center" bgcolor="#F0F0F0">
<iframe name="top_search" src="js/top_search.htm" style="BORDER:0PX;" width=760 height=20 vspace=0 hspace=0 border=0 scrolling=no marginheight=0 marginwidth=0 frameborder=0></iframe></TD>
  </tr>
</table>
  
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr bgcolor="#CC0000"> 
    <td height="22">&nbsp;<strong><a href="index.htm"><font color="#FFFFFF">音乐网</font></a></strong><font color="#FFFF00"><strong> 
      最新100张大碟====</strong></font></td>
  </tr>
  <tr> 
    <td height="75" valign="top"> <img src="images/spacer.gif" width="8" height="8"> 
      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="100%"><table width="100%" border="0" cellspacing="2" cellpadding="0">
              <tr> 
                <td> 
                  <div align="center">
<%
set rs=server.createobject("adodb.recordset")
sql = "SELECT top 100 Specialid,name,nclassid,nclass,pic,yuyan FROM Special order by Specialid desc"
set rs=conn.execute(sql) 
if rs.bof and rs.eof then
response.write "无专辑"
end if
i=0
do while not rs.eof
i=i+1
if i=1 then
response.write"<table width='751' border='0' align='center' cellpadding='0' cellspacing='2'><tr>"
end if 
response.Write "<td width='87'><a href='../musiclist/"&rs("Specialid")&".htm'><img src='"&rs("pic")&"' width='60' height='70' border='0' style='border: 1 solid #000000'></a></td>"
response.Write "<td width='658'>" 
response.write "<table width='105' border='0' cellspacing='0' cellpadding='2'><tr>" 
response.write "<td height='22'>专集:</td><td height='22'><a href='/musiclist/"&rs("Specialid")&".htm'><u>"&rs("name")&"</u></a></td></tr><tr>" 
response.write "<td width='31' height='22'>歌手:</td><td width='66'><a href='../Albumlist/"&rs("nclassID")&".htm'>"&rs("nclass")&"</a></td></tr><tr>" 
response.write "<td height='22'>语言:</td><td valign='top'>"&rs("Yuyan")&"</td>"
response.Write "</tr></table>"
if (i mod 4)=0 and i>=4 then
response.Write "</tr></table>"
response.Write "<TABLE width=100% height=2 border=0 align='center' cellPadding=0 cellSpacing=0 background='images/line_1.gif'><TBODY><TR><TD height=2><IMG height=2 src='images/dot.gif' width=10></TD></TR></TBODY></TABLE><table width='751' border='0' align='center' cellpadding='0' cellspacing='2'><tr>"
				  end if
				  rs.movenext
				  loop
				  rs.close
				  set rs=nothing
				  %>

</table></td>
        </tr>
      </table></td>
  </tr>
</table>
  
<script src="js/bottom.js"></script>