Download.aspx
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Download.aspx.vb" Inherits="YDMusic.Download"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title><%# Config.WebName%></title>
  7. <script language="javascript" src="/Js/Url.js"></script>
  8. </head>
  9. <body>
  10. <TABLE cellSpacing=0 cellPadding=0 width=960 align=center 
  11. bgColor=#ffffff border=0>
  12.   <TBODY>
  13.     <TR>
  14.       <TD width=7 background=../index/bg_left.gif></TD>
  15.       <TD  vAlign=top><table width="960" border="0" cellspacing="0" cellpadding="0">
  16.           <TBODY>
  17.           
  18.             <tr>
  19.               <td height="400" align="center"><iframe src="http://mp3.gougou.com/search?search=<%# MusicName%>&id=10044649" name="comment" allowtransparency="no" width="100%" height="550px" align="center" scrolling="no" frameborder="0"></iframe></td>
  20.             </tr>
  21.           </TBODY>
  22.       </TABLE></TD>
  23.       <TD width=7 background=../index/bg_right.gif></TD>
  24.     </TR>
  25.   </TBODY>
  26. </TABLE>
  27. </body>
  28. </html>