yxplaylist.asp

来自「971音乐站全站程序」· ASP 代码 · 共 22 行

ASP
22
字号
<%
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 + =
减小字号Ctrl + -
显示快捷键?