Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/01/2014, 16:13
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 8 meses
Puntos: 1012
Respuesta: ¿Alguien me echa un cable con Ajax y XMLHttpRequest?

id no es un string es un parámetro por lo cual no puedes concatenarlo así
Cita:
httpRequest.open("GET","Desc.php?id='id'",true);
prueba con esto otro
Cita:
httpRequest.open("GET","Desc.php?id='"+id+"'",true );
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}