超強兼容iframe自適應大小,放大縮小都可以
來源:程序員人生 發(fā)布時間:2015-04-21 09:03:42 閱讀次數(shù):3706次
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;
}
生活不易,碼農(nóng)辛苦
如果您覺得本網(wǎng)站對您的學習有所幫助,可以手機掃描二維碼進行捐贈