IFRAM随内部长宽高变化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IFRAM随内部长宽高变化相关的知识,希望对你有一定的参考价值。

<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随内部长宽高变化的主要内容,如果未能解决你的问题,请参考以下文章

mfc 窗口大小变化时,如何让窗口内部控件也一起随比例改变位置?

JQuery如何监听一个DIV宽高的变化?

simulink模块里的参数随时间变化

半导体物理实验 06 - | PN结正向压降的温度特性

ifram的高度自适应方法

动态高优先权优先调度算法