include 
frame
<script 
都成。~~~~~

解决方案 »

  1.   

    谢谢!能具体点吗?
    假设三个文件分别是
    top.htm
    body.htm
    end.htm
    body.htm中应该怎么写?
      

  2.   

    <!doctype html public "-//W3C//DTD XHTML 1.0 transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title> New Document </title>
    <meta name="Generator" content="EditPlus"/>
    <meta name="Author" content="cybernaute(思客)"/>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
    <meta name="Keywords" content=""/>
    <meta name="Description" content=""/>
    <link rel="stylesheet" type="text/css" href=""/>
    </head><body>
    <iframe name="iframe_1" src="top.htm" width="100%" height="100" frameborder="0" border="0" scrolling="no"></iframe>
    <h1>中间内容</h1>
    <iframe name="iframe_2" src="end.htm" width="100%" height="100" frameborder="0" border="0" scrolling="no"></iframe>
    </body>
    </html>