Adjust the height of the iframe through the height of the page pointed to by ifame
1.htm code:
2.htm code:
<script> <BR>function resize() <BR>{parent.document.all.ifrm.height=document.body.scrollHeight; <BR>parent.document.all.ifrm.width=document.body.scrollWidth; <BR>} <BR></script>