在C中,调用parent.parent,就得到a窗口对象,然后在调用他的iframe

解决方案 »

  1.   

    window.opener.frames["iframeName"].location.reload();
      

  2.   

    to:treeroot报'window.opener.frames'为空或不是对象
      

  3.   

    不好意思,b是用下述语句弹出的:
    showModalDialog("b.jsp","","dialogWidth:40em; dialogHeight:15em; status:0")
      

  4.   

    window.top.frames("iframeName").location.reload();现在我还没找到可以不断reload()的方法!
      

  5.   

    错了,
    showModalDialog("b.jsp",window,"dialogWidth:40em; dialogHeight:15em; status:0");
    在b.jsp里,
    top.dialogArguments.document.frames("iframeName").location.reload();
    现在我还没找到可以不断reload()的方法!不知道有人知道吗?