Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/07/2005, 13:31
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
si ahora si.. usa anchor o anclas para esto.

Código HTML:
<div id="datos" STYLE="width:600px; height:50px; overflow:auto;">
resultado<br>
resultado<br>
resultado<br>
resultado<br>
resultado<br>
resultado<br>
resultado<br>
<a name="ultimo"></a>resultado final<br>
</div> 

Código:
 
window.onload = function() {
  document.location.href = "#" + document.anchors(0).name;
 }
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.