Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/09/2006, 23:55
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
que tal, asi lo tengo yo y me funciona exelentemente

Código PHP:
xmlHttp.open("POST""proceso.ext"true);
.
.
//aqui el resto del ajax....
.
.
xmlHttp.setRequestHeader("Content-Type""application/x-www-form-urlencoded");
_SendV "&variable1=contenido&variableN=contenido"
xmlHttp.send(_SendV); 
recuerda q cuando es POST las variables van en el send y en el open solo el archivo.
cuando es GET en el send va NULL y en el open va el archivo concatenado con las variables (?)


saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.