iframe自动适应高度

我觉得这个代码方便好用

 

 
  1. "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.   
  20.   
  21. "https://adanaa.com/url/" name="mainframe" width="100%" marginwidth="0" marginheight="0" onload="Javascript:SetCwinHeight()"  scrolling="No" frameborder="0" id="mainframe"  >   
  22.   
  23.   

评论 (0)

此处尚未发表评论

留言

  1. 以游客身份发表评论。注册登入到您的帐户。
附件 (0/ 3)
分享您的位置