1.第一种方法
<div class="indextophtml"></div>
<script type="text/javascript">
$(document).ready(function () {
$('.indextophtml').load('./../about/indextop.html');
});
</script>
2.第二种方法
<iframe src="http://www.php.cn/course/type/4.html" width="1000px" height= "65px" name="topFrame" scrolling="No" noresize="noresize" frameborder="0" id="topFrame"></iframe>
解析:
width页面的宽度
height页面的高度
scrolling是否有滚动条
noresize 属性规定用户无法调整框架的大小
frameborder是否有边框