页面A利用window.open方法弹出页面B,页面A所在的窗口就是页面B的opener,可以通过页面B的opener对象访问页面
页面A利用iframe或frame调用B页面,那么页面A所在窗口就是B页面的parent。即父窗口