七郎's JavaBlog

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

          iframe自適應高度

          Posted on 2008-08-03 01:04 七郎歸來 閱讀(346) 評論(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>

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


          網站導航:
           
          主站蜘蛛池模板: 桐柏县| 赤壁市| 衢州市| 万荣县| 焉耆| 元氏县| 荥阳市| 特克斯县| 平舆县| 通海县| 合江县| 南丹县| 芦山县| 恩施市| 天门市| 诸暨市| 中阳县| 金坛市| 恭城| 贵南县| 新田县| 莲花县| 常宁市| 孟州市| 循化| 诏安县| 湟中县| 洛扎县| 绥化市| 梁平县| 调兵山市| 永平县| 凉城县| 上栗县| 汉源县| 镇雄县| 霍城县| 根河市| 巴林右旗| 衢州市| 莱西市|