Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/11/2005, 05:02
Avatar de living
living
 
Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años
Puntos: 2
No olvides darle un id al iframe (en este caso he puesto "miIframe"):

Código HTML:
<html>
<head>
<script>
function resizeIframe(){
var miIframe=document.getElementById("miIframe");
var alturaPagina=miIframe.contentWindow.document.body.scrollHeight;
miIframe.style.height=alturaPagina;
}
</script>
</head>
<body>
<!--START IFRAME-->
<div align="left"><iframe
src="portada.html"
scrolling="no" align="middle" width="580" height="1750"
frameborder="no" id ="miIframe" allowtransparency="true" background-color="transparent" onLoad="resizeIframe();"></iframe> 
<!--END IFRAME-->
</body>
</html> 
__________________
¿Te apasiona el mundo del guión? El portal del guión