iframe自适应高度

时间:2016-05-10 14:05:19
【文件属性】:

文件名称:iframe自适应高度

文件大小:4KB

文件格式:TXT

更新时间:2016-05-10 14:05:19

iframe 自适应高度

function SetWinHeight(obj) { var win=obj; if (document.getElementById) { if (win && !window.opera) { if (win.contentDocument && win.contentDocument.body.offsetHeight) win.height = win.contentDocument.body.offsetHeight; else if(win.Document && win.Document.body.scrollHeight) win.height = win.Document.body.scrollHeight; } } }


网友评论