七郎's JavaBlog

          草木竹石皆可為劒。至人之用人若鏡,不將不迎,應而不藏,故能勝物而不傷。
          posts - 60, comments - 14, trackbacks - 0, articles - 0

          iframe自適應高度

          Posted on 2008-08-03 01:04 七郎歸來 閱讀(344) 評論(0)  編輯  收藏
          方法1:
          <iframe   name="iframe"   src="0206showOperationLog.jsp" height="0" frameborder="0" scrolling="no" width="800" onload = "height = document.frames(this.name).document.body.scrollHeight"
            </iframe>  
           height="0"的作用為開始沒有數據時 iframe不顯示
          方法2:
          <iframe id="frame_content" src="iframe_b.html" scrolling="no" frameborder="0" onload="this.height=100"></iframe>
          <script type="text/javascript">
          function reinitIframe(){
          var iframe = document.getElementById("frame_content");
          try{
          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>

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 都兰县| 寻乌县| 达州市| 驻马店市| 常州市| 皋兰县| 石楼县| 磐安县| 凤城市| 龙岩市| 大厂| 改则县| 治多县| 上思县| 崇仁县| 泽州县| 阜新| 祁东县| 静安区| 镇巴县| 苍南县| 长葛市| 通州市| 广东省| 天台县| 民县| 陆川县| 永善县| 合阳县| 呼伦贝尔市| 泰宁县| 合川市| 罗城| 仁布县| 简阳市| 大悟县| 北宁市| 天祝| 泸定县| 将乐县| 涿鹿县|