超强兼容iframe自适应大小,放大缩小都可以
来源:程序员人生 发布时间:2015-04-21 09:03:42 阅读次数:3547次
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;
}
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠