试试这样呢
window.opener.frames["right"].location.reload();

解决方案 »

  1.   

    son.html依然在框架top中还是弹出来的页面?
    如果是弹出来的那就用 opener.parent.frames["right"].location.reload();
      

  2.   

    thank you very much!!!
    能不能给我解释一下原因啊?我是JS白痴。
      

  3.   

    opener代表son.html(子窗口)的父窗口,那就是top.html所在的窗口
    opener.parent 就是最外层的窗口