`
a3mao
  • 浏览: 559449 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

弹出页面在刷新父页面时不弹出“确定”对话框

    博客分类:
  • Work
 
阅读更多

当一个弹出的页面在关闭或者刷新父窗口时,会弹出一个讨厌的对话框,如何去掉?

function reLoadParentPage()
{
  window.opener.location.href=window.opener.location.href;
  window.opener.location.reload;
  window.close();
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics