Ver Mensaje Individual
  #7 (permalink)  
Antiguo 21/09/2012, 11:32
Avatar de satjaen
satjaen
 
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 12 años, 2 meses
Puntos: 10
Respuesta: Funcion pulsar

Dradi7, no te has fijado que ya cambie el num_aviso por num_usuario?



}
Código Javascript:
Ver original
  1. function pulsar(obj) {
  2.  
  3.   obj.style.background = 'orange';
  4.  
  5.   if (fila != null && fila != obj)
  6.  
  7.     fila.style.background = 'white';
  8.  
  9.   fila = obj;
  10.  
  11.   window.location="menu2.php?id="+num_usuario;