码迷,mamicode.com
首页 > 其他好文 > 详细

超强兼容iframe自适应大小,放大缩小都可以

时间:2015-04-10 13:40:49      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

function iFrameHeight() {
	/***
	 * ifram自适应大小
	 * **/
var ifm= document.getElementById("iframepage");
var subWeb = document.frames ? document.frames["iframepage"].document : ifm.contentWindow.document;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.documentElement.scrollHeight;
}

超强兼容iframe自适应大小,放大缩小都可以

标签:

原文地址:http://blog.csdn.net/shitouswpu/article/details/44977861

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!