iframe自動適應高度

我覺得這個代碼方便好用

 

 
  1. <script type="text/javascript">   
  2. function SetCwinHeight()   
  3. {   
  4. var iframeid=document.getElementById("mainframe"); //iframe id   
  5.   if (document.getElementById)   
  6.   {     
  7.    if (iframeid && !window.opera)   
  8.    {     
  9.     if (iframeid.contentDocument && iframeid.contentDocument.body.offsetHeight)   
  10.      {     
  11.        iframeid.height = iframeid.contentDocument.body.offsetHeight;     
  12.      }else if(iframeid.Document && iframeid.Document.body.scrollHeight)   
  13.      {     
  14.        iframeid.height = iframeid.Document.body.scrollHeight;     
  15.       }     
  16.     }   
  17.    }   
  18. }   
  19. </script>   
  20.   
  21. <iframe src="https://adanaa.com/url/" name="mainframe" width="100%" marginwidth="0" marginheight="0" onload="Javascript:SetCwinHeight()"  scrolling="No" frameborder="0" id="mainframe"  ></iframe>   
  22.   
  23.   

評論 (0)

此處尚未發表評論

留言

  1. 以遊客身份發表評論。 註冊登入到您的帳戶。
附件 (0 / 3)
分享您的位置