主頁(yè) > 知識(shí)庫(kù) > Iframe自適應(yīng)其加載的內(nèi)容高度

Iframe自適應(yīng)其加載的內(nèi)容高度

熱門標(biāo)簽:北川縣地圖標(biāo)注 武漢人工外呼系統(tǒng) 山西旅游景地圖標(biāo)注 荒野大鏢客2地圖標(biāo)注怎么變中文 移動(dòng)400辦理電話 蘇州通信外呼系統(tǒng)多少錢 沈陽(yáng)智能外呼系統(tǒng)排名 中國(guó)地圖標(biāo)注各省份 上古卷軸5地圖標(biāo)注mod
html>  
    head>  
       meta  http-equiv='Content-Type'  content='text/html;  charset=gb2312'>  
       meta  name='author'  content='站長(zhǎng)中國(guó) http://www.zzcn.net/'>  
       title>iframe自適應(yīng)加載的頁(yè)面高度/title>  
    /head>  

    body>
        iframe src="child.htm">/iframe>
    /body>
/html>

child.htm:

html>  
head>  
   meta  http-equiv='Content-Type'  content='text/html;  charset=gb2312'>  
   meta  name='author'  content='站長(zhǎng)中國(guó) http://www.zzcn.net/'>  
   title>iframe  自適應(yīng)其加載的網(wǎng)頁(yè)(多瀏覽器兼容)/title>  
   script  language=javascript>
   function iframeAutoFit()
   {
      try
      {
         if(window!=parent)
         {
          var a = parent.document.getElementsByTagName("IFRAME");
            for(var i=0; ia.length; i++) //author:meizz
            {
               if(a[i].contentWindow==window)
               {
                   var h = document.body.scrollHeight;
                   if(document.all) {h += 4;}
                   if(window.opera) {h += 1;}
                   a[i].style.height = h;
               }
            }
         }
      }
      catch (ex)
      {
         alert("腳本無(wú)法跨域操作!");
      }
   }
   if(document.attachEvent)  window.attachEvent("onload",  iframeAutoFit);  
   else  window.addEventListener('load',  iframeAutoFit,  false);  
   /script>  
/head>  
body>  
   div  style="width:  200;  height:  400;  background-color:  yellow">  
       iframe  自適應(yīng)其加載的網(wǎng)頁(yè)(多瀏覽器兼容)  
   /div>  
/body>  
/html>

標(biāo)簽:南充 邯鄲 陽(yáng)泉 遼源 海東 喀什 濱州 東莞

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Iframe自適應(yīng)其加載的內(nèi)容高度》,本文關(guān)鍵詞  Iframe,自,適應(yīng),其,加載,的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Iframe自適應(yīng)其加載的內(nèi)容高度》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Iframe自適應(yīng)其加載的內(nèi)容高度的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章