自适应高度(子页面)
<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'; }
不固定两个页面高度


浙公网安备 33010602011771号