在上面的帧里用IFRAME包下面的帧
效果是一样的

解决方案 »

  1.   

    用层把他们分出来,一个上页,一个下面。
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>
    <div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; background-color: #00FF99; layer-background-color: #00FF99; border: 1px none #000000;">菜单</div>
    <div id="Layer2" style="position:absolute; width:200px; height:115px; z-index:2; left: 82px; top: 61px; background-color: #999999; layer-background-color: #999999; border: 1px none #000000;">iframe</div>
      

  2.   

    to :webdevelop(网上飞) 
    你这段程序是方在那个页面上的?