七郎'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>

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


          網站導航:
           
          主站蜘蛛池模板: 岳普湖县| 武鸣县| 洪江市| 岗巴县| 宁晋县| 西宁市| 珠海市| 西畴县| 丰顺县| 西林县| 宣汉县| 博罗县| 深圳市| 龙南县| 慈利县| 蒲江县| 裕民县| 辽阳县| 大新县| 泰来县| 吴堡县| 习水县| 游戏| 耒阳市| 霍城县| 阿巴嘎旗| 改则县| 龙海市| 民县| 攀枝花市| 英超| 通州市| 新化县| 民丰县| 奉化市| 梅河口市| 油尖旺区| 伽师县| 贵港市| 汝城县| 镇平县|