window.opener ,window.parent

 1.window.parent

使用到得情况:iframe  和window.href

 

2.window.opener

使用到得情况:

window.location  还有就是<a><a />

 

 

 

window.opener.reload() ----------->刷新主页面

你可能感兴趣的:(iframe)