Awezome

  • 主页
  • 随笔
所有文章 友链 关于我

Awezome

  • 主页
  • 随笔

iFrame高度自适应内容

2014-10-16
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}
}
}

<iframe src="backtop.html" frameborder="0" scrolling="no" id="external-frame" onload="SetWinHeight(this)"></iframe>
赏

谢谢你请我吃糖果

  • html
  • Html

扫一扫,分享到微信

《星际穿越》与相对论中的时间空间
PHP读取大文件的多种处理方式
© 2014-2019 Awezome
Hexo Theme Zilia by Awezome