ホームページ  >  記事  >  ウェブフロントエンド  >  iframe対応ie、Firefoxマルチブラウザとの高い互換性_エクスペリエンス交換

iframe対応ie、Firefoxマルチブラウザとの高い互換性_エクスペリエンス交換

WBOY
WBOYオリジナル
2016-05-16 12:06:091897ブラウズ
コピーコード コードは次のとおりです。

<script> <BR> function SetCwinHeight(){ <BR>  var bobo=document.getElementById("bobo"); //iframe id <BR>  if (document.getElementById){ <BR>   if (bobo && !window.opera){ <BR>    if (bobo.contentDocument && bobo.contentDocument.body.offsetHeight){ <BR>     bobo.height = bobo.contentDocument.body.offsetHeight; <BR>    }else if(bobo.Document && bobo.Document.body.scrollHeight){ <BR>     bobo.height = bobo.Document.body.scrollHeight; <BR>    } <BR>   } <BR>  } <BR> } <BR></script>


div>

[Ctrl A すべて選択 注:外部 Js を導入する必要がある場合は、それを更新して実行する必要があります]
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。