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

📄 music.asp

📁 个人求职网源代码
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=conn.asp--><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::9ju·个人求职网::</title>
<style type="text/css">
<!--
body {
	background-color: #CCCCCC;
}
-->
</style>
<link href="beauty.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file=topb.asp -->
<table width="600"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="381" height="207"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="images/music_02.gif" width="446" height="43" alt=""></td>
      </tr>
      <tr>
        <td height="153" background="images/music_06.gif"><table width="94%" height="122"  border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="57%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <%  sql="select * from news where n_tid=4 order by n_id  desc "
		 rs.open sql,conn,1,3
		 
		 for i=1 to 8
		 if rs.eof then exit for
		 
		 %>
		  <tr>
            <td width="70%" height="18" ><a href="show.asp?n_id=<%= rs("n_id") %>" target="_blank" class="white" ><%=left( rs("n_title"),13) %></a></td>
            <td width="30%" ><font color="#FFFFFF">-[<%= month(rs("n_date"))&"月"&day(rs("n_date")) &"日"%>]</font></td>
          </tr>
		 <% 
		 
		 rs.movenext
		 next
		 
		 rs.close
		  %>
            </table></td>
            <td width="39%">
			<marquee behavior="scroll" direction="up" onMouseMove="this.stop()" onMouseOut="this.start()" scrolldelay="12" scrollamount="2" height="120" width="164" >
              <table width="164" border="0" align="center" cellpadding="0" cellspacing="0">
                <%  sql="select * from news where n_tid=5 order by n_id  desc "
		 rs.open sql,conn,1,3
		 
		 for i=1 to 10
		 if rs.eof then exit for
		 
		 %>
		  <tr>
            <td width="100%" height="18" ><a href="show.asp?n_id=<%= rs("n_id") %>" target="_blank" class="white" ><%=left( rs("n_title"),13) %></a><font color="#FFFFFF">[<%= month(rs("n_date"))&"月"&day(rs("n_date")) &"日"%>]</font></td>
          </tr>
		 <% 
		 
		 rs.movenext
		 next
		 
		 rs.close
		  %>
              </table>
            </marquee>
			</td>
            <td width="4%">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="images/music_08.gif" width="446" height="38"></td>
      </tr>
    </table></td>
    <td width="219"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="8%" height="91"><img src="images/music_04.gif" width="46" height="210"></td>
        <td width="92%" bgcolor="#F0F0F0"><table width="100%" height="202"  border="0" cellpadding="0" cellspacing="0" class="black">
          <tr>
            <td class="black"> <div align="center"><a href="music.asp?top=1" class="black">每日歌曲总排行</a> </div></td>
          </tr>
          <tr>
            <td class="black"> <div align="center"><a href="music.asp?top=2" class="black">每日男歌手排行</a></div></td>
          </tr>
          <tr>
            <td class="black"> <div align="center"><a href="music.asp?top=3" class="black">每日女歌手排行</a></div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=3" class="black">港台男歌手</a> </div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=4" class="black">港台女歌手</a> </div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=1" class="black">大陆男歌手</a> </div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=2" class="black">大陆女歌手</a> </div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=5" class="black">日韩流行</a> </div></td>
          </tr>
          <tr>
            <td> <div align="center"><a href="music.asp?diqu=6" class="black">合辑其它</a> </div></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td><img src="images/music_11.gif" width="600" height="36"></td>
  </tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td height="157">
	<% If Request.QueryString("diqu")<>0  Then %>
	<iframe  align="top" frameborder="0" height="100%" marginheight="0" width="100% "  src="music_geshou.asp?diqu=<%=cint(Request.QueryString("diqu"))%>"></iframe>
 <% Else %>
 	<iframe  align="top" frameborder="0" height="100%" marginheight="0" width="100% "  src="music_top.asp?top=<%=cint(Request.QueryString("top"))%>"></iframe>
<% End If %>

	</td>
  </tr>
</table>
<table width="600" height="20" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td height="19" bgcolor="#6DC860">&nbsp;</td>
  </tr>
</table>
<!--#include file=bottom.asp-->
</body>
</html>

⌨️ 快捷键说明

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