iframe实现自适应网页高度

<iframe name="Info1"
	id="Info1" 
	src="info.html" 
	onload="this.height=Info1.document.body.scrollHeight" 
	width="100%" 
	scrolling="no" frameborder="0">
</iframe>

οnlοad=“this.height=Info1.document.body.scrollHeight”
关键就是要加上这句话就i可以了

猜你喜欢

转载自blog.csdn.net/weixin_43553153/article/details/108154360
今日推荐