el codigo es el siguiente:
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('mi_iframe').contentWindow .document.body.scrollHeight;
//change the height of the iframe
document.getElementById('mi_iframe').height=the_he ight;
}
//-->
</script>
en Chrome funciona a la perfeccion pero en mozilla e I9 no hace el rezize para el iframe que lo necesito.
Gracias por su ayuda.