求 JS 点击打开新窗口HTML代码!

2024-10-30 18:02:09
推荐回答(3个)
回答1:

window.showModalDialog方式
function ShowDialog(url) {
var iWidth=300; //窗口宽度
var iHeight=200;//窗口高度
var iTop=(window.screen.height-iHeight)/2;
var iLeft=(window.screen.width-iWidth)/2;
window.showModalDialog(url,window,"dialogHeight: "+iHeight+"px; dialogWidth: "+iWidth+"px;
dialogTop: "+iTop+"; dialogLeft: "+iLeft+"; resizable: no; status: no;scroll:no");
}

用window.showModalDialog作的可以不被拦截

回答2:

通过导入例如就可以通过事件直接利用ajax_func.js里面的各种方法。
这才是真的!!
上面的是假的- -!

回答3:

window.open 比较容易本拦截的弹窗吧