📄 yxplaylist.asp
字号:
<%
if request("checked")="" then
response.write"<SCRIPT language=JavaScript>alert('哈哈! 出错啦! 至少要选择歌曲一首以上才能连播!');"
response.write"javascript:window.close();</SCRIPT>"
end if
Wma=replace(request("checked")," ","")
%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>971音乐网播放器</title>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
setTimeout(window.close, 0);
//window.close;
}
//-->
</script>
</head>
<body onload="MM_openBrWindow('player.asp?id=<%=Wma%>','','width=306,height=212');" oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -