Download.aspx
资源名称:YDMusic.rar [点击查看]
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Download.aspx.vb" Inherits="YDMusic.Download"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title><%# Config.WebName%></title>
- <script language="javascript" src="/Js/Url.js"></script>
- </head>
- <body>
- <TABLE cellSpacing=0 cellPadding=0 width=960 align=center
- bgColor=#ffffff border=0>
- <TBODY>
- <TR>
- <TD width=7 background=../index/bg_left.gif></TD>
- <TD vAlign=top><table width="960" border="0" cellspacing="0" cellpadding="0">
- <TBODY>
- <tr>
- <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>
- </tr>
- </TBODY>
- </TABLE></TD>
- <TD width=7 background=../index/bg_right.gif></TD>
- </TR>
- </TBODY>
- </TABLE>
- </body>
- </html>