SoFunction
Updated on 2025-02-28

Adjust the height of the iframe through the page height pointed to by ifame

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>