文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>DIV中iframe高度自适

DIV中iframe高度自适

时间:2010-10-15  来源:雪舞天琊恋噬魂

<iframe id="mainframe" frameborder="0" scrolling="no" width="100%" runat="server"></iframe>
                       <script type="text/javascript">
                           function reinitIframe() {
                               var iframe = document.getElementById("mainframe");
                               try {
                                   if (iframe.contentDocument && iframe.contentWindow.document.documentElement.scrollHeight) {
                                       iframe.height = iframe.contentWindow.document.documentElement.scrollHeight; //设置iframe在火狐下高度

                                   }
                                   else {
                                       var bHeight = iframe.contentWindow.document.body.scrollHeight;
                                       var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
                                       var height = Math.max(bHeight, dHeight);
                                       iframe.height = height;
                                   }                              
                               } catch (ex) { }
                           }
                           window.setInterval("reinitIframe()", 200);
                          
                    </script>

</div>

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载