html包含另外html页面的方法

一、用object对象

1
<object style="border:0px" type="text/x-scriptlet" data="111.html" width=100% height=500></object>(这个在ie下面不正常)

二、用iframe

1
<iframe src="111.html" style="width:680px; height:auto;">