window.opener.location.reload(true); //true代表从服务器重新获取,false为从缓存中获取,默认为false
或window.opener.location.href = window.opener.location.href;
或window.operner.location.replace(location);
Posted on 2006-03-01 11:46  Alter-it  阅读(3218)  评论(1编辑  收藏  举报