超強兼容iframe自適應大小,放大縮小都可以
來源:程序員人生 發布時間:2015-04-21 09:03:42 閱讀次數:3710次
function iFrameHeight() {
/***
* ifram自適應大小
* **/
var ifm= document.getElementById("iframepage");
var subWeb = document.frames ? document.frames["iframepage"].document : ifm.contentWindow.document;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.documentElement.scrollHeight;
}
生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈