📄 playsong.asp
字号:
<!--#include file="conn.asp"-->
<%
if request("checked")="" then
errmsg="<li>连播请至少选择一首歌!</li>"
call error()
response.end
end if
conn.close
set conn=nothing
lbSongUrl=replace(request("checked")," ","")
%>
<html>
<head>
<title><%=musicname%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
</script>
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
//-->
</script>
<link href="images/music.css" rel="stylesheet" type="text/css">
<body background="images/bg.gif" leftmargin=0 topmargin=0>
<TABLE cellSpacing=0 cellPadding=0 width=310 border=0>
<TBODY>
<TR>
<TD width=10 height="34"><IMG height=34 src="img/play_r1_c1_1.gif" width=10></TD>
<TD vAlign=top width=370 background=img/play_r1_c1_bg.gif> <TABLE height=23 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=21> <marquee scrollamount="3" width="100%" height="16">
<font color="#000000">正在播放: <%=musicname%> </font>
</marquee></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD width=100><IMG height=34 src="img/play_r1_c5.gif" width=100
border=0></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=310 border=0>
<TBODY>
<TR>
<TD><IMG height=66 src="img/play_5.gif" width=5></TD>
<TD align=middle> <embed name=player1 src="song.asp?checked=<%=lbSongUrl%>" type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" width="300" height="67" border="0" autostart="true"></embed></TD>
<TD><IMG height=66 src="img/play_6.gif"
width=5></TD>
</TR>
</TBODY>
</TABLE><script>
<!--
document.write(unescape("%3Cscript%20src%3D%22http%3A//www.cqax.net/star/count.asp%3Fstyle%3D0%22%3E%0D%0A%3C/script%3E%20"));
//-->
</script>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -