Ver Mensaje Individual
  #12 (permalink)  
Antiguo 21/07/2005, 17:41
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 7 meses
Puntos: 5
bueno, los anchor no pueden tener le mismo nombre... por eso que no te sale....
deberias poner ultimo1 y ultimo2 y en la funcion llamar as:

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

pd. hace rato tas mencionando el famoso "DOM"... que es eso??
__________________
Saruman

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