Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/03/2004, 09:22
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Buenas CHILENOCES, he probado con post y me sigue ocurriendo lo mismo, lo de tu ejemplo tambien lo he probado pero así me sale el Outlook, yo lo que intento es enviar los datos sin que me salga el Outlook.

Ahora mismo lo tengo así:

<form method="post" action="aquí tengo dirección webmail" name="formulario">
<input type="text" name="nombre" size="20" maxlength="30" />
<input type="text" name="apellidos" size="20" maxlength="30" />
<input type="text" name="localidad" size="20" maxlength="30" />
<input type="text" name="telefono" size="20" maxlength="30" />
<input type="text" name="e-mail" size="20&ccedil;" maxlength="30" />
<input type="HIDDEN" name="formulario" size="-1" value="nombre,apellidos,localidad,telefono,e-mail,comentario">
<input type="HIDDEN" name="EmailAdr" size="-1" value="[email protected]">
<input type="HIDDEN" name="EmailDone" size="-1"
value="confirmacion.htm">
<input type="HIDDEN" name="EmailSujet" size="-1" value="Formulario">

<textarea name="comentario" cols="40" rows="5"></textarea>
<br>
<input type="reset" value=" Borrar " />
<input type="submit" value=" Enviar " />
</form>


¿Sabe alguien donde está el problema?

Última edición por kahlito; 13/01/2005 a las 16:17