<div > <iframe id="sonList3" src="${webRoot}/pdmQcApplyController.do?goZh3" frameborder="0" width="1300px" onl oad="resizeIframe(this)"></iframe> </div> <div > <iframe id="sonList5" src="${webRoot}/pdmQcApplyController.do?goZh5" frameborder="0" width="1300px" onl oad="resizeIframe(this)"></iframe> </div> <div > <iframe id="sonList4" src="${webRoot}/pdmQcApplyController.do?goZh4" frameborder="0" width="1300px" onl oad="resizeIframe(this)"></iframe> </div>
function resizeIframe(iframe) { iframe.style.height = iframe.contentWindow.document.documentElement.scrollHeight + 'px'; }
不固定两个页面高度
标签:function,style,高度,适应,iframe,页面 From: https://www.cnblogs.com/xueblvip/p/18375891