`
cicl
  • 浏览: 45575 次
  • 性别: Icon_minigender_1
  • 来自: 未来
社区版块
存档分类
最新评论

支持IE和firefox同时刷新父窗口的js

    博客分类:
  • js
阅读更多
if(document.all) { 
       window.opener.location.reload();  //for ie
} else {
       alert("呵呵!");
       window.opener.location.reload();  //for ff
}

缺点:必须用alert才能使firefox刷新;
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics