自适应高度(子页面)

        <div >
                <iframe id="sonList3" src="${webRoot}/pdmQcApplyController.do?goZh3" frameborder="0" width="1300px" onload="resizeIframe(this)"></iframe>
            </div>
            <div >
                <iframe id="sonList5" src="${webRoot}/pdmQcApplyController.do?goZh5" frameborder="0" width="1300px" onload="resizeIframe(this)"></iframe>
            </div>
            <div >
                <iframe id="sonList4" src="${webRoot}/pdmQcApplyController.do?goZh4" frameborder="0" width="1300px" onload="resizeIframe(this)"></iframe>
            </div>
   function resizeIframe(iframe) {
         iframe.style.height = iframe.contentWindow.document.documentElement.scrollHeight + 'px';
     }

 

 

不固定两个页面高度 

 

posted @ 2024-08-28 17:52  薛柏梁  阅读(3)  评论(0编辑  收藏  举报