iframe的高度自適應的方法

2021-09-06 08:23:03 字數 543 閱讀 7952

方法1:

在iframe的src的指向的頁面的頁面最後加上如下js**:

parent.document.all("giftexchangesearchframe").style.height=document.body.scrollheight; 

parent.document.all("giftexchangesearchframe").style.width=document.body.scrollwidth;

<

iframe

name

="giftexchangesearchframe"

scrolling

="no"

frameborder

="0"

src="***.do"

width

="730"

>

iframe

>

注:經測試,此方法只在ie下起作用。 

其他方法教複雜,請參見: ,此文字裡的方法經測試也不適應google瀏覽器

iframe 自適應高度

由於html沒有include或require,做網頁時我們會用iframe來達到包含頁面的目的。如果呼叫的iframe頁面高度會根據內容多少而發生變化,這時通常要保持iframe與內容頁面的高度,以避免出現iframe的滾動條。先搜尋了一下,有不少好的例子,但總覺得說的還不夠明了。下面給出詳細例子...

iframe自適應高度

來自 http ued.koubei.com 2008 05 07 iframe auto fit height 這貼比較長,沒有耐性的朋友請直接拖到帖子末尾的 示例,或者直接去玩我提供的demo。demo頁面 主頁面 iframe a.html 被包含頁面 iframe b.htm 和 ifram...

iframe高度自適應

nl ad this.height document.frames src document.body.scrollheight 例子 1,建立頁面 test.html 頁面中含有乙個 iframe,name為 ifrname id為 ifrid,src 為 iframe.html頁面。2,建立 i...