Ver Mensaje Individual
  #17 (permalink)  
Antiguo 16/07/2009, 01:10
Ziraw
 
Fecha de Ingreso: enero-2009
Mensajes: 19
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: iframe autoheight

Se que este tema es del 2006 y es muy antiguo y es necropost.

Código HTML:
<script language="javascript">
 window.onload = function() {
  window.resizeTo(window.parent.document.getElementById("suppliers_history").offsetWidth, document.getElementById("div_supplier_history").offsetHeight+30)
 }
</script> 
Pero ese script no funciona en firefox, podria alguien decir si existe algo similar que funcione en firefox tambien?

Muchas gracias!