聶永的博客

          記錄工作/學習的點點滴滴。

          Iframe 自適應長度

          function initIframeSize(){
          var frameID = "frameID";
          var bodyIFrame = document.getElementById(frameID);
          var minLen = 550;
          var height = -1;
          try{
          height = window.frames[frameID].document.body.scrollHeight;
          }catch(e){
          //可以兼容Firefox
          height = bodyIFrame.contentDocument.body.scrollHeight;
          }
          if( height < minLen )height = minLen;
          bodyIFrame.style.height = height + "px";
          }
          下面為當前函數的變種:
          function initIframeSize(frameID){
          var bodyIFrame = document.getElementById(frameID);
          var minLen = 550;
          var height = -1;
          try{
          height = window.frames[frameID].document.body.scrollHeight;
          }catch(e){
          //可以兼容Firefox
          height = bodyIFrame.contentDocument.body.scrollHeight + 20;
          }
          if( height < minLen )height = minLen;
          bodyIFrame.style.height = height + "px";
          }
          使用時,可以直接如此:
          <iframe src="proBoxContent.htm" frameborder="0" width="100%" height="100%" id="frameIDs" onload="initIframeSize(this.id)"></iframe>

          posted on 2008-12-29 15:38 nieyong 閱讀(455) 評論(0)  編輯  收藏


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


          網站導航:
           

          公告

          所有文章皆為原創(chuàng),若轉載請標明出處,謝謝~

          新浪微博,歡迎關注:

          導航

          <2008年12月>
          30123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          統(tǒng)計

          常用鏈接

          留言簿(58)

          隨筆分類(130)

          隨筆檔案(151)

          個人收藏

          最新隨筆

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 苗栗县| 中方县| 林甸县| 霞浦县| 卢龙县| 普陀区| 双流县| 宝坻区| 新蔡县| 定安县| 台南市| 女性| 乌拉特后旗| 黑龙江省| 苍南县| 邵东县| 罗江县| 中宁县| 巴南区| 博罗县| 阆中市| 横峰县| 吉木萨尔县| 汉阴县| 公安县| 通榆县| 易门县| 增城市| 集安市| 扎囊县| 仙居县| 嘉黎县| 苏州市| 永城市| 甘德县| 哈尔滨市| 安乡县| 册亨县| 平利县| 太白县| 嘉义市|