21/08/2008, 13:22
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años Puntos: 14 | |
Respuesta: Problema Con Formulario en ajax xmlhttp.send("op1=" + op1.value);
xmlhttp.send("op2=" + op2.value); //Posting txtname to PHP File
cambialo por:
xmlhttp.send("op1=" + op1.value+"&op2="+ op2.value);
__________________ My path is lit by my own fire, I only go where I desire |