首页 > 其他 > 详细

IFRAM随内部长宽高变化

时间:2016-02-24 19:09:01      阅读:131      评论:0      收藏:0      [点我收藏+]

<iframe src="" id="iframe_CustomerVisitRecord" width="700" height="300" frameborder="0" scrolling="auto"></iframe>

$(window.parent.document).find("#iframe_CustomerVisitRecord").load(function(){
var main = $(window.parent.document).find("#iframe_CustomerVisitRecord");
var thisheight = $(document).height()+30;
main.height(thisheight);
});


$(window.parent.document).find("#iframe_CustomerVisitRecord").load(function () {
var main = $(window.parent.document).find("#iframe_CustomerVisitRecord");
var thisheight = $(document).height() + 30;
main.height(thisheight);
});

IFRAM随内部长宽高变化

原文:http://www.cnblogs.com/chengleijiang/p/5213797.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!