인터넷정보

iframe 높이 자동 조절 - 아이프레임 사이즈 조절

알 수 없는 사용자 2007. 10. 11. 17:30

높이만


<iframe name="iframe1" src="about:blank" width="600" height="0" frameborder="0" onload="this.style.height=this.contentWindow.document.body.scrollHeight;"></iframe>




너비와 높이


<iframe name="iframe1" src="about:blank" width="600" height="0" frameborder="0" onload="this.stylewidth=this.contentWindow.document.body.scrollWidth;this.style.height=this.contentWindow.document.body.scrollHeight;"></iframe>


반응형