Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/08/2002, 11:45
chivi
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 889
Antigüedad: 22 años, 4 meses
Puntos: 4
Re: Mail mediante formulario

Bien, eso es una cosa súmamente sencilla.
¿Por que no te planteas el leerte un manual sobre HTML y te lo estudias? Es un consejo que deberías saber, ya que si te vas a plantear hacer una web y no sabes hacer un formulario, lo llevas muy crudo amigo..

Bien, lo que pides sería algo así:
<form method="POST" action="mailto:[email protected]">
E-Mail <input type="text" name="email" size="20"><br>
Nombre <input type="text" name="nombre" size="20"><br>
Telefono <input type="text" name="telefono" size="20"><br>
Comentario<textarea name="comentario" rows="1" cols="20"> </textarea><br>
<input type="submit" value="Enviar" name="B1"><input type="reset" value="Borrar">
</form>

Miratelo bien y en la etiqueta <form> hay un parámetro "action" dónde tendrás que sustituir "[email protected]" por el que desees recibir allí la info.

Un saludo!

<html><center><embed src="http://www.iespana.es/redmaestro/banner.swf" height=75 width=500>
</embed></center></html>