Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/11/2006, 06:13
guiz
 
Fecha de Ingreso: abril-2004
Mensajes: 1
Antigüedad: 20 años, 10 meses
Puntos: 0
Urgente - Javascript en Firefox no funciona en Explorer

Buenas, tengo el siguiente código:

var lastClickedLink = null;
function rememberLink() {
if (lastClickedLink) { lastClickedLink.style.color="";}
lastClickedLink = this;
this.style.color="red";
}

Con algunas cosas más, pero el que me peta es este. En Mozilla Firefox y Opera me va bien y no tiene ningún fallo pero en Internet Explorer me peta diciendo que "this.style es nulo o no es un objeto".

Alguien me puede ayudar, please!!!

Gracias a todos!