Iframe自適應高度和拖拽自適應

2021-06-22 03:20:46 字數 508 閱讀 9359

思路:

1.在iframe所在的主頁面取iframe內部的高度

2.在iframe內部當初始化完之後取得自己高度並改變父iframe高度

法一:需要在iframe的平級,當頁面初始化的時候呼叫

/**

* the iframe height self adaption

* @param the iframe id

*/function selfadaptioniframeheight(id));

}

法二:在iframe內部

/**

* the iframe height self adaption

* @param the iframe id

*/function selfadaptioniframeheight(id));

}

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...