Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2010, 20:06
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años
Puntos: 35
Respuesta: Duda muy tonta, usar funcion con $.Ajax

loading..........


así se hace

Código PHP:
$.ajax({
           
async:true,
           
type"POST",
           
dataType"html",
           
contentType"application/x-www-form-urlencoded",
           
url:"mipagina.php",
           
data:"numero=10",
           
beforeSend:inicioEnvio,
           
success:creadaEnc,
           
timeout:4000,
           
error:function(){problemas('miId');}
         }); 

connection closed.
__________________

Maborak Technologies