JS问题,关于marquee中的window.open失效
看看下面的代码,window.open竟然失效了,我看了半天也没发现什么错误啊。
<marquee onmouseover='javascript:this.stop()' onmouseout='javascript:this.start()' scrollAmount='1' hspace='0' vspace='5' scrollDelay='50' direction='up' width='149' height='209'>
※ <a href ='#' onclick=window.open('announce.asp?announce_id=2',,'width=600,height=500,scrollbars,top=100,left=100')>fdsaf</a><br>
※ <a href ='#' onclick=window.open('announce.asp?announce_id=1',,'width=600,height=500,scrollbars,top=100,left=100')>111111111</a><br>
</marquee>