Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/09/2009, 10:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: Pasando variables a Prototype Ajax Updater

algo así:
Código Javascript:
Ver original
  1. function tab(num)
  2. {
  3.      new Ajax.Updater('tabs_fondo', 'index.php?carga='+num, { method: 'get' });
  4. }

Saludos.