最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時(shí)間:2007年01月23日 00:00:00   作者:  
<html>  
    <head>  
       <meta  http-equiv='Content-Type'  content='text/html;  charset=gb2312'>  
       <meta  name='author'  content='站長中國 http://www.zzcn.net/'>  
       <title>iframe自適應(yīng)加載的頁面高度</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='站長中國 http://www.zzcn.net/'>  
   <title>iframe  自適應(yīng)其加載的網(wǎng)頁(多瀏覽器兼容)</title>  
   <script  language=javascript>
   function iframeAutoFit()
   {
      try
      {
         if(window!=parent)
         {
          var a = parent.document.getElementsByTagName("IFRAME");
            for(var i=0; i<a.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("腳本無法跨域操作!");
      }
   }
   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)頁(多瀏覽器兼容)  
   </div>  
</body>  
</html>

相關(guān)文章

最新評論

星子县| 伊金霍洛旗| 榕江县| 南安市| 泗洪县| 泽州县| 宝兴县| 莱阳市| 子洲县| 遂平县| 抚宁县| 清丰县| 蒙阴县| 黑河市| 江油市| 九寨沟县| 榆中县| 临西县| 广东省| 阜平县| 通海县| 乌拉特后旗| 福鼎市| 仁化县| 桦甸市| 泗洪县| 仙居县| 明光市| 东台市| 翼城县| 泽普县| 惠水县| 九江县| 海城市| 翼城县| 图木舒克市| 瑞丽市| 项城市| 巨野县| 福海县| 冕宁县|