很easy啦,做个框架页对照一下就懂了

解决方案 »

  1.   

    这个我当然知道!但是现在问题是不知道这个oa_frame在那里做?
      

  2.   

    正确的脚本如下:<html>
      <head>
        <meta http-equiv=Content-Type content="text/html; charset=gb2312">
          <title></title><script>
    document.write("<frameset cols='120,16,*' rows='*' frameborder='NO' border='0' id='frame'>")
    document.write("<frame name=leftarea src='menu.asp' MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING='NO' noresize>");document.write("<frame name=middleframe src='t_l.html' scrolling='NO' frameborder='NO' noresize>");document.write("<frameset cols='*,16,120' rows='*' frameborder='NO' border='0' id='oaframe'>");document.write("<frame src='main.asp' name=main MARGINWIDTH=0 MARGINHEIGHT=0 frameborder='no' scrolling='yes' noresize>");document.write("<frame name=rightframe src='t_r.html' scrolling='NO' frameborder='NO' noresize>");document.write("<frame name=rightarea src='list0.asp' MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING='NO' noresize>");document.write("</frameset>");
    document.write("</frameset>");</script></head> 
    </html>