All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
iframe的高度随内容的变化而变化_[Html教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/3/30 5:19:29 Browse times: 335 Comment times: 0

iframe的高度随内容的变化而变化_[Html教程]


Head photo

Go homepage
Upload pictures
Write articles

iframe的高度随内容的变化而变化_[Html教程]























本文详细介绍了iframe框架高度随内容的变化而变化的代码。

















//PS: XXX.htm不可跨域







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;
}
}
}




































There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.