主题:[原创]连续播放按钮脚本是否有误
我在DW制作音乐网页是时在.asp页中加入一段连续播放按钮的脚本和连续播入按钮如下,我不知道是否有错,浏览时全选后点击连续播放按钮就是不能实现连续播放(播放页正常、本地数据库Access正确链接了)?请高人指点下。
....
<title>无标题文档</title>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
....
<input name="Input" type="button" onclick=javascript:lbplay(); value="连续播放" />
....
....
<title>无标题文档</title>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
....
<input name="Input" type="button" onclick=javascript:lbplay(); value="连续播放" />
....