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

IFRAM随内部长宽高变化

时间:2016-02-24 19:11:23      阅读:203      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!