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

📄 mb-index.asp

📁 一个不错的音乐网站
💻 ASP
📖 第 1 页 / 共 2 页
字号:
rs.Open sql,conn,1,1
do while not rs.eof
i=i+1
%>
                        <TR onmouseover="this.style.backgroundColor='#F7F7F7'" onmouseout="this.style.backgroundColor='#FFFFFF'">
                          <td width='25' height='25' align='center'><img src='../images/dot02.gif' width='8' height='10'></td>
                          <td height='25'><%=i%>.<a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><font color='#000000'><%=left(rs("name"),10)%></font></a></td>
                          <td width='30' align='center'><a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><img src='../images/wma.gif' alt='试听' WIDTH='16' HEIGHT='16' border='0'></a></td>
                          <td width='30' align='center'><a href="javascript:down('<%=rs("SpecialID")%>')"><img src='../images/bzmtvdown.gif' alt='点击下载本首歌的MP3' width='15' height='15' border='0' /></a></td>
                        </tr>
                        <tr>
                          <td height='1' background='../images/bg_dian2.gif' colspan='9'></td>
                        </tr>
                        <%
if i>=MaxList then exit do
rs.movenext
loop
rs.close%>
                        <tr>
                          <td colspan='9'><table width='100%' border='0' cellspacing='0' cellpadding='0'>
                              <tr>
                                <td height='5' ></td>
                              </tr>
                            </table>
                              </td>
                        </tr>
                      </table>
                        </TD>
                    </TR></TABLE></TD>
                <TD vAlign=top width="33%" bgColor=#ffffff>
                  <TABLE cellSpacing=0 cellPadding=0 width="99%" align=center 
                  border=0>
                    <TBODY>
                    <TR align=middle>
                      <TD 
                      background="../images/dot_bg04.gif" 
                      colSpan=4 height=25><STRONG><FONT 
                        color=#ffffff>华语本周热门MTV</FONT></STRONG></TD></TR>
                    <TR>
                      <TD><table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
                        <%
i=0
MaxList=14
sql="SELECT * FROM Special order by hits desc"
rs.Open sql,conn,1,1
do while not rs.eof
i=i+1
%>
                        <TR onmouseover="this.style.backgroundColor='#F7F7F7'" onmouseout="this.style.backgroundColor='#FFFFFF'">
                          <td width='25' height='25' align='center'><img src='../images/dot02.gif' width='8' height='10'></td>
                          <td height='25'><%=i%>.<a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><font color='#000000'><%=left(rs("name"),10)%></font></a></td>
                          <td width='30' align='center'><a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><img src='../images/wma.gif' alt='试听' width='16' height='16' border='0' /></a></td>
                          <td width='30' align='center'><a href="javascript:down('<%=rs("SpecialID")%>')"><img src='../images/bzmtvdown.gif' alt='点击下载本首歌的MP3' width='15' height='15' border='0' /></a></td>
                        </tr>
                        <tr>
                          <td height='1' background='../images/bg_dian2.gif' colspan='9'></td>
                        </tr>
                        <%
if i>=MaxList then exit do
rs.movenext
loop
rs.close%>
                        <tr>
                          <td colspan='9'><table width='100%' border='0' cellspacing='0' cellpadding='0'>
                              <tr>
                                <td height='5' ></td>
                              </tr>
                          </table></td>
                        </tr>
                      </table></TD>
                    </TR></TABLE></TD></TR></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center border=0>
  <TBODY>
  <TR>
    <TD bgColor=#ffffff height=5></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center bgColor=#ffffff 
border=0>
  <TBODY>
  <TR>
    <TD align=middle>
<iframe src=http://53331.com/ads/780x60.htm height=60 width=760 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe>
    </TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center border=0>
  <TBODY>
  <TR>
    <TD bgColor=#ffffff height=5></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center bgColor=#ffffff 
border=0>
  <TBODY>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
        <TBODY>
        <TR>
          <TD vAlign=top width=180>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center 
            border=0>
              <TBODY>
              <TR>
                <TD 
                background="../images/dot_bg09.gif" 
                height=25>&nbsp;&nbsp;<STRONG><FONT 
                  color=#ffffff>热门MTV总排行</FONT></STRONG></TD></TR>
              <TR>
                <TD><table width='170' border='0' align="center" cellpadding='0' cellspacing='0'>
                  <%
set rs=server.createobject("adodb.recordset")
sql="SELECT top 13 * FROM Special order by SpecialID desc"
rs.Open sql,conn,1,1
do while not rs.eof
%>
                  <TR onmouseover="this.style.backgroundColor='#F7F7F7'" onmouseout="this.style.backgroundColor='#FFFFFF'">
                    <td width='20' height='25'><img src='../images/dot02.gif' width='8' height='10'></td>
                    <td><a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><font color='#000000'><%=left(rs("name"),10)%></font></a></td>
                    <td width="15"><IMG src="../images/wma.gif" height=16 width=16></td>
                  </tr>
                  <TR>
                    <TD 
                      background="../images/bg_dian.gif" 
                      colSpan=10 height=1></TD>
                  </TR>
                  <%rs.movenext
loop
rs.close%>
                </table></TD>
              </TR></TBODY></TABLE>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD height=5></TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3 width="100%" align=center border=0>
              <TBODY>
              <TR>
                <TD><A href="../Html/newzj.htm" 
                  target=_blank><IMG height=24 
                  src="../images/botton_morealbum.gif" 
                  width=175 border=0></A></TD>
              </TR></TBODY></TABLE></TD>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" align=center 
            bgColor=#ffffff border=0>
              <TBODY>
              <TR>
                <TD vAlign=top align=middle width="33%" bgColor=#ffffff>
                  <TABLE cellSpacing=0 cellPadding=0 width="99%" align=center 
                  border=0>
                    <TBODY>
                    <TR align=middle>
                      <TD 
                      background="../images\dot_bg07(1).gif" 
                      colSpan=4 height=25><STRONG><FONT 
                        color=#ffffff>日韩本周热门MTV</FONT></STRONG></TD></TR>
                    <form name="form1" onSubmit="javascript:return lbsong();" target="bzmtvmusiclisten" action="../play/bzmtvplaylian.asp"><INPUT type=hidden 
                    value=10 name=mynum223> 
                    <TR>
                      <TD><table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
                        <%
i=0
MaxList=14
sql="SELECT * FROM Special where SClassid=16 or SClassid=17 or SClassid=18 order by hits desc"
rs.Open sql,conn,1,1
do while not rs.eof
i=i+1
%>
                        <TR onmouseover="this.style.backgroundColor='#F7F7F7'" onmouseout="this.style.backgroundColor='#FFFFFF'">
                          <td width='25' height='25' align='center'><img src='../images/dot02.gif' width='8' height='10'></td>
                          <td height='25'><%=i%>.<a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><font color='#000000'><%=left(rs("name"),10)%></font></a></td>
                          <td width='30' align='center'><a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><img src='../images/wma.gif' alt='试听' width='16' height='16' border='0' /></a></td>
                          <td width='30' align='center'><a href="javascript:down('<%=rs("SpecialID")%>')"><img src='../images/bzmtvdown.gif' alt='点击下载本首歌的MP3' width='15' height='15' border='0' /></a></td>
                        </tr>
                        <tr>
                          <td height='1' background='../images/bg_dian2.gif' colspan='9'></td>
                        </tr>
                        <%
if i>=MaxList then exit do
rs.movenext
loop
rs.close%>
                        <tr>
                          <td colspan='9'><table width='100%' border='0' cellspacing='0' cellpadding='0'>
                              <tr>
                                <td height='5' ></td>
                              </tr>
                          </table></td>
                        </tr>
                      </table></TD>
                    </TR></TABLE></TD>
                <TD vAlign=top width="33%" bgColor=#ffffff>
                  <TABLE cellSpacing=0 cellPadding=0 width="99%" align=center 
                  border=0>
                    <TBODY>
                    <TR align=middle>
                      <TD 
                      background="../images/dot_bg08.gif" 
                      colSpan=4 height=25><STRONG><FONT 
                        color=#ffffff>欧美本周热门MTV</FONT></STRONG></TD></TR>
                    <form name="form1" onSubmit="javascript:return lbsong();" target="bzmtvmusiclisten" action="../play/bzmtvplaylian.asp"><INPUT type=hidden 
                    value=10 name=mynum2232> 
                    <TR>
                      <TD><table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
                        <%
i=0
MaxList=14
sql="SELECT * FROM Special where SClassid=14 or SClassid=15 or SClassid=19 order by hits desc"
rs.Open sql,conn,1,1
do while not rs.eof
i=i+1
%>
                        <TR onmouseover="this.style.backgroundColor='#F7F7F7'" onmouseout="this.style.backgroundColor='#FFFFFF'">
                          <td width='25' height='25' align='center'><img src='../images/dot02.gif' width='8' height='10'></td>
                          <td height='25'><%=i%>.<a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><font color='#000000'><%=left(rs("name"),10)%></font></a></td>
                          <td width='30' align='center'><a href="../Html/MtvPlay_<%=rs("SpecialID")%>.htm" target="_blank"><img src='../images/wma.gif' alt='试听' width='16' height='16' border='0' /></a></td>
                          <td width='30' align='center'><a href="javascript:down('<%=rs("SpecialID")%>')"><img src='../images/bzmtvdown.gif' alt='点击下载本首歌的MP3' width='15' height='15' border='0' /></a></td>
                        </tr>
                        <tr>
                          <td height='1' background='../images/bg_dian2.gif' colspan='9'></td>
                        </tr>
                        <%
if i>=MaxList then exit do
rs.movenext
loop
rs.close%>
                        <tr>
                          <td colspan='9'><table width='100%' border='0' cellspacing='0' cellpadding='0'>
                              <tr>
                                <td height='5' ></td>
                              </tr>
                          </table></td>
                        </tr>
                      </table></TD>
                    </TR></TABLE></TD></TR></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center border=0>
  <TBODY>
  <TR>
    <TD bgColor=#ffffff height=5></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center bgColor=#ffffff 
border=0>
  <TBODY>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width=760 align=center bgColor=#ffffff 
      border=0>
        <TBODY>
        <TR>
          <TD 
          background="../images/dot_bg06.gif" 
          height=25><STRONG><FONT color=#ffffff>&nbsp;→ 
        友情链接</FONT></STRONG></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=760 align=center bgColor=#ffffff 
      border=0>
        <TBODY>
        <TR>
          <TD width=478><iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="468" height="60" src="http://53331.com/ads/468x60.htm"></iframe></TD>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD height=25><A href="http://www.d58.net/" 
                  target=_blank>好联盟之家</A> | <A 
                  href="http://www.y8c.com/" 
                  target=_blank>免费电影</A> | <A 
                  href="http://www.50004.com/" 
                  target=_blank>好歌收藏网</A></TD></TR>
              <TR>
                <TD height=25><A href="http://www.53331.com/" 
                  target=_blank>免费mtv下载网</A> | <A 
                  href="http://book.50004.com/" 
                  target=_blank>免费小说</A> | <A 
                  href="http://www.8t88.com/" 
              target=_blank>8t88.COM</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=javaScript 
src="../js/copy.js" 
type=text/javascript></SCRIPT>
</BODY></HTML>

⌨️ 快捷键说明

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