bottom页
<body onload="parent.topID.reload();">

解决方案 »

  1.   

    那么我的页面是动态装载的  动态装载的页面也可以用同样方法刷新吗?
    比如 bottom位置 装载了另一个页面 key.php
      

  2.   

    <input type=button onclick=a() value=刷新>
    <script>
    function a()
    {
    window.location.reload();
    window.parent.location.reload();
    }
    </script>
      

  3.   

    bottom:
    <body onbeforeunload="parent.topframe.reload();">
      

  4.   

    bottom页面刷新和装载另一个页面时,top也进行刷新/<body onunload="top.farmes['topid'].reload()" onload="top.frames['topid'].reload()">
      

  5.   

    忘了  说了 实际的框架是这样的main
      left
      content 
         top
         bottom不知道怎么做 :(