Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/11/2011, 09:33
Avatar de Rappa
Rappa
 
Fecha de Ingreso: noviembre-2011
Ubicación: Montevideo, Uruguay
Mensajes: 80
Antigüedad: 12 años, 5 meses
Puntos: 13
Respuesta: llamar consulta mysql con ajax que actualice sin tocar F5

Prueba con esto:
Código HTML:
Ver original
  1. <body onLoad="setTimeOut(funcionqueRecarga,120);">

y en la funcion pones:

Código Javascript:
Ver original
  1. function funcionqueRecarga(){
  2.  
  3.    ...
  4.  
  5.    consulta AJAX
  6.  
  7.    ...
  8.  
  9.    setTimeOut(funcionqueRecarga,120);
  10. }
__________________
Drugs and alcohol are not the answer
Unless you are asking what i'm doing this weekend