Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/03/2011, 02:48
Pimager
 
Fecha de Ingreso: julio-2010
Mensajes: 298
Antigüedad: 14 años, 6 meses
Puntos: 8
Respuesta: Formulario no devuelve texto "mensaje enviado"

Hola de nuevo, el mensaje "PHP Error" te aparece? o tampoco?
Si te aparece, prueba a poner:

if(this.sent == "success")
{
statusMsg.text = "Mensaje enviado";
}
else
{
statusMsg.text = "PHP Error";
}

A ver si así te funciona
Pimager