Posted in Javascript onFebruary 26, 2014
function SetCwinHeight(obj) { var cwin = obj; if (document.getElementById) { if (cwin && !window.opera) { if (cwin.contentDocument && cwin.contentDocument.body.offsetHeight) cwin.height = cwin.contentDocument.body.offsetHeight + 30; else if (cwin.Document && cwin.Document.body.scrollHeight) cwin.height = cwin.Document.body.scrollHeight + 30; } } }
<iframe id="IframeId_help" scrolling="no" onload="Javascript:SetCwinHeight(this)" width="670px" style="border: 0px" frameborder="0"></iframe>
Iframe 自动适应页面的高度示例代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@