My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Enviar emails desde una página web</title>
</head>
<body>

<h1>Enviar emails desde una página web</h1>
<form name="form1" method="post" action="mailto:contacto@lineadecodigo.com">
<label for="nombre">Nombre: </label><input type="text" name="nombre" id="nombre"><br />
<label for="email">Email: </label><input type="text" name="email" id="email"><br />
&iquest;Qu&eacute; te pareci&oacute; la p&aacute;gina?<br />
<textarea id="opinion" name="opinion"></textarea><br />
<input type="submit" name="Submit" value="Enviar">
</form>

<br><br>
<hr>
Art&iacute;culo disponible en: <a href="http://lineadecodigo.com/2009/02/27/enviar-emails-desde-una-pagina-web/">http://lineadecodigo.com/2009/02/27/enviar-emails-desde-una-pagina-web/</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</a>


</body>
</html>

Change log

r109 by vcuervo on Feb 26, 2009   Diff
Correción en el formulario
Go to: 
Project members, sign in to write a code review

Older revisions

r108 by vcuervo on Feb 26, 2009   Diff
Enviar emails desde una página web.
All revisions of this file

File info

Size: 1056 bytes, 25 lines
Powered by Google Project Hosting