Ver Mensaje Individual
  #12 (permalink)  
Antiguo 21/11/2006, 05:59
Avatar de Korku
Korku
 
Fecha de Ingreso: noviembre-2003
Ubicación: En un lugar oscuro...
Mensajes: 688
Antigüedad: 20 años, 5 meses
Puntos: 5
Bueno, ya está solucionado... es la configuración del flash player... estaba mal configurada... pero falta un detalle, recibo el correo pero... me muestra código HTML:


Mensaje: <P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#7F7F7F" LETTERSPACING="0" KERNING="0">hola</FONT></P>

Email: <P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#7F7F7F" LETTERSPACING="0" KERNING="0">[email protected]</FONT></P>

Telefono: <P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#7F7F7F" LETTERSPACING="0" KERNING="0">hola</FONT></P>

Empresa: <P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#7F7F7F" LETTERSPACING="0" KERNING="0">hola</FONT></P>

Nombre: <P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="11" COLOR="#7F7F7F" LETTERSPACING="0" KERNING="0">hola</FONT></P>




¿Por que puede ser?

El código es lo siguiente:

on (release) {

var tmp = new LoadVars();

tmp.recipient = "[email protected]";
tmp.subject = "Formulario de contacto desde prueba.es";
tmp.redirect= "http://www.prueba.es";

tmp.Nombre = _parent.t1_2;
tmp.Empresa = _parent.t2_2;
tmp.Telefono = _parent.t3_2;
tmp.Email = _parent.t4_2;
tmp.Mensaje = _parent.t5_2;

tmp.send("http://cgi.prueba.es/FormMail.pl", "", "POST");

status = "Enviado correctamente...";
}

Saludos
__________________
Carpe diem quam minimum credula postero.


http://www.programador-freelance.es