首页 > 其他 > 详细

iframe高度自适应(同域情况)

时间:2016-01-13 10:42:00      阅读:168      评论:0      收藏:0      [点我收藏+]

主页面main.jsp,iframe要设置一个默认高度,防止在chrome打开的iframe高度出现一直增加的情况

<body>
 <iframe name=openFrame  id="openFrame" scrolling="no" frameborder="no" border="0" class="app-frame" src="/www/com/yc"  onLoad="openLoad(this)" style="height:200px;"></iframe>
</body>
function openLoad(ifm){
     ifm.style.height=$(ifm).contents().outerHeight()+"px"; 
}

 

iframe高度自适应(同域情况)

原文:http://www.cnblogs.com/miharu/p/5126248.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!