<iframe id="SubForm" onLoad="iFrameHeight()" width="100%" src="body.php" frameborder="0" scrolling="yes" style="overflow:visible;"></iframe>
<script type="text/javascript">
function iFrameHeight() {
var ifm= document.getElementById("SubForm");
var subWeb = document.frames ? document.frames["SubForm"].document : ifm.contentDocument;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.body.scrollHeight;
}
}
</script>