<strong>main.htm: <br></strong><div class="codetitle"> <span><a style="CURSOR: pointer" data="31847" class="copybut" id="copybut31847" onclick="doCopy('code31847')"><u>코드 복사 </u></a></span> 코드는 다음과 같습니다. </div> <div class="codebody" id="code31847"> <br> & lt; Html & gt; <head> <br> <meta http-equiv='Content-Type' content='text/html; charset =gb2312'> (다중 브라우저 호환)</title> a = parent.document.getElementsByTagName("IFRAME"); <br> for(var i=0; i<a.length; i ) //author:meizz <BR> { <BR> if(a[i]. contentWindow==window) <BR> { <br> var h = document.body.scrollHeight; <br> if(document .all) {h = 4;} <BR> .opera) {h = 1;} <BR> a[i].style.height = h; <BR> } <BR> } </div> } <br> catch (ex) <br> { <STRONG> Alert("스크립트는 도메인 간 작동이 불가능합니다! "); <BR> } </STRONG> } <BR> if(document.attachEvent) window.attachEvent("onload", iframeAutoFit); <BR> else window.addEventListener('load', iframeAutoFit, false); <BR> </script> <br></head> <br><body> <br> <div style="width: 200; height: 400; background-color: yellow"> 로드되는 웹페이지에 맞게 조정(여러 브라우저와 호환) <br></body></div>