CODE:
<script language="JavaScript">
<!--
function mySize(){
myIframe.resizeTo(myIframe.document.body.scrollWidth,myIframe.document.body.scrollHeight)
}
//-->
</script>
...
<iframe name=myIframe src=testpage.html width=100% height=100% frameborder=0 marginheight=0 marginwidth=0 scrolling=no onLoad="mySize();">
<!--
function mySize(){
myIframe.resizeTo(myIframe.document.body.scrollWidth,myIframe.document.body.scrollHeight)
}
//-->
</script>
...
<iframe name=myIframe src=testpage.html width=100% height=100% frameborder=0 marginheight=0 marginwidth=0 scrolling=no onLoad="mySize();">