私はiframeを持っていて、実際のコンテンツに基づいてサイズを変更しようとしています(たとえば、スクロールが発生しません)。私は以下を試しました:
alert(document.getElementById(iframe).contentWindow.document.body.height); alert(document.getElementById(iframe).contentWindow.document.body.scrollHeight); alert(document.getElementById(iframe).contentWindow.document.body.offsetHeight);
それらのどれも機能しません。iframeにはiframeのIDが含まれています。最後の2行はChromeで機能します。
どんな助けでも本当にありがたいです。