在一个网页中镶入另一个网页代码
<div class="g-doc" style="margin-top:0px;">
<iframe id="bottomprice" name="bottomprice" src="ddh.htm" scrolling="no" width="100%" frameborder="0" height="2000"></iframe>
</div>
margin-top:这个代表的是距离顶部的数值
scrolling="no" 代表的是是否滚动框架
width= 代表的宽度
height=代表的高度