Ver Mensaje Individual
  #13 (permalink)  
Antiguo 29/08/2007, 15:30
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Se puede hacer con AJAX??

Probaste lo que te pase? hice un cambio en esta linea, antes estaba asi:
Código:
Event.observe( 'window', 'load', function()
Ahora:
Código:
Event.observe( window, 'load', function()
Saludos.