`
齐晓威_518
  • 浏览: 607091 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论

各种刷新页面的方法

 
阅读更多
  1. if(opener){   
  2.     window.close();   
  3.     opener.changePage(); //这个是方便刷新父页面,这个比接下来那个好用   
  4.                 //window.opener.location.href=window.opener.location.href;//刷新父页面   
  5.             }else{   
  6.                 window.close();   
  7.                 window.location.href=window.location.href;//刷新本页面   
  8.             }  
  9. 还可以用以下这种:

    Java代码 复制代码
    1.       try{  //这里时try咯      
    2. opener.changePage();   
    3. }catch(e){   
    4. }  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics