Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/07/2005, 12:52
halconhalcon
 
Fecha de Ingreso: julio-2003
Mensajes: 95
Antigüedad: 20 años, 9 meses
Puntos: 0
hola les cuento que he resuelto el tema incluyendo un div(<div style="height:auto " id = "mydiv">) entre el tag <body> con la propiedad style="height:auto ", en body onload=resizeme()
luego resizeme(){
//tomar altura
altura = document.getElementById("mydiv").offsetHeight;
parent.getElementById("myIframe").height = altura;
}

Gracias