使用iframe框架;<iframe src="你要嵌套的页面.html" frameborder="0" width="300" scrolling="No" height="200" leftmargin="0" topmargin="0"></iframe> scrolling禁止鼠标滑动,frameborder嵌套页面边框,leftmargin左边距; topmargin上边距
都是HTML页面,解决方法只有两个:1、子框架 iframe2、框架集 frameset frame如果是shtml、asp页面,可以使用:<!--#include file="top.shtml"-->