首頁  >  文章  >  web前端  >  Iframe 自動適應頁面的高度範例程式碼_javascript技巧

Iframe 自動適應頁面的高度範例程式碼_javascript技巧

WBOY
WBOY原創
2016-05-16 16:58:06999瀏覽

複製程式碼程式碼如下:

function SetCwinHeight(obj) { <.>if (document.getElementById) {
if (cwin && !window.opera) {
if (cwin.contentDocument && cwin.contentDocument.body.offsetHeight)
cwin. .contentDocument .body.offsetHeight 30;
else if (cwin.Document && cwin.Document.body.scrollHeight)
cwin.height = cwin.Document.body.scrollHeight 30
}
}

}

複製程式碼程式碼如下:

程式碼id="IframeId_help" scrolling="no" onload="Javascript:SetCwinHeight(this)"
width="670px" style="border: 0px" frameborder="0"> ;
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn