欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js下彈出窗口的變通

 更新時間:2007年04月18日 00:00:00   作者:  
所以用的代碼是:
onChange="window.open(this.options[this.selectedIndex].value,'_blank')"
但這樣很容易被屏蔽的...有更好的辦法嗎
可以用變通的方法,
1.頁面用<a id="aa" target=_blank></a>
2.document.getElementById('aa').href=this.options[this.selectedIndex].value;
3.執(zhí)行document.getElementById('aa').click

相關(guān)文章

最新評論