Adjust the height of the iframe through the page height pointed to by ifame
Code:
<iframe src= id=ifrm></iframe>
Code:
<script>
function resize()
{=;
=;
}
</script>
<body onload="resize()">
</body>
Code:
<iframe src= id=ifrm></iframe>
Code:
<script>
function resize()
{=;
=;
}
</script>
<body onload="resize()">
</body>