是不是只有用document.write来实现了?

解决方案 »

  1.   

    如果不用iframe可以实现么?
    用document.write();实现起来的话太麻烦了,
      

  2.   

    不用框架也不用iframe那你想怎么样?
      

  3.   

    用iframe如何实现?
    给个例子,框架的就不用了!
    谢谢,完了马上结帖!
      

  4.   

    index.htm中<iframe name=top src='top.htm'>
    <irame name=boot src='boot.htm'>
    ...................
    位置自己调吧
      

  5.   

    index.htm中<iframe name=top src='top.htm'></iframe>
    <irame name=boot src='boot.htm'></iframe>
    ...................
    位置自己调吧
      

  6.   

    所index.htm改成index.shtm
    在index.shtm中插入top.htm和boot.htm
    <!-- #include file="top.htm" -->
    <!-- #include file="boot.htm" -->
    试试看吧