日期:2014-05-16  浏览次数:20383 次

请问如何给父窗体的父窗体刷新,
我使用以下代码可以刷新父窗体,我的问题如题,
这个问题对你来说可能很简单,谢谢

opener.window.location=opener.window.location;


------解决方案--------------------
opener.opener.location.reload();
------解决方案--------------------
opener.window.history.go(0)
opener.window.location.reload()
opener.window.location.href=location.href
opener.window.location.assign(location.href)
opener.document.execCommand( 'Refresh ')
opener.window.navigate(location.href)
opener.window.navigate( "#pos ");
opener.window.location.replace(location.href)
opener.window.open( '自身的文件 ', '_self ')

location.reload(flag)
flag =true 不从缓存读取
=false 从缓存读取


------解决方案--------------------
问题看错鸟,对,就像坐沙发的那个使用两个parent.parent