刷新父页面(window.open打开的页面)

window.opener.location.reload(true); //true代表从服务器重新获取,false为从缓存中获取,默认为false
或window.opener.location.href = window.opener.location.href;
或window.operner.location.replace(location);
posted @ 2008-09-08 16:53  大树2  阅读(488)  评论(0编辑  收藏  举报