ifame이 가리키는 페이지의 높이를 통해 iframe의 높이를 조정합니다. 1.htm 코드: 2.htm 코드: <BR>function resize() <BR>{parent.document.all.ifrm.height=document.body.scrollHeight; <BR>parent.document.all.ifrm.width=document.body.scrollWidth; <BR>} <BR>