白血病这个病严重吗:哪里错了呢,哪为朋友能帮帮忙的?谢谢啦

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/05 04:16:33
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { / 2.0
window.open(theURL,winName,features);

}
//-->
</script>
</head><body >
<p><a href="2.html" onclick="MM_openBrWindow('2.html','2','width=640,height=480');">同类</a></p>

这个是在连在线听歌的播放器
但是这样写,页面2次打开播放器,一个是窗口的,一个是页面方式,等于打开了2次,要怎么搞才能在原页面
上弹出一个播放器窗口?

就像百度的那样?

<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features)
{
window.open(theURL,winName,features);
}
//-->
</script>
</head><body >
<p><a href=# onclick="MM_openBrWindow('2.html','2','width=640,height=480');">同类</a></p>
</script>