Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/06/2009, 03:45
tienesuque
 
Fecha de Ingreso: junio-2009
Mensajes: 32
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: Problema con scrolll

no me funciona :S he puesto esto:

script type="text/javascript">
function bajarScroll()
{
ad.scrollTo(0,10000);
}
</script>
<BODY onload="bajarScroll()">
<iframe style="position: absolute; top: 0px; left: 0px" frameBorder="NO" width="620px" height="200px" SCROLLING="NO" src="chat/entrar.php"></iframe>
<iframe name="mensajes" title="mensajes" id="mensajes" style="position: absolute; top: 200px; left: 0px" frameBorder="NO" width="620px" height="300px" src="chat/mensajes.html"></iframe>
</body>