var url = top.location.href;
url+="?flag=true";
parent.parent.window.open(url,"_blank","left=0px,top=0px,fullscreen=1,toolbar=0,location=0,directories=0,status=1,menuBar=0,scrollBars=1,resizable=1");
var win = parent.parent.window.open("about:blank","_self");
win.close();
JS关闭父窗口时不弹出对话框
最新推荐文章于 2018-07-10 10:50:51 发布
本文介绍了一种使用 JavaScript 在新窗口中打开页面的方法,并详细展示了如何设置新窗口的属性,如位置、大小等。
1302

被折叠的 条评论
为什么被折叠?



