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