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 26 27 28
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="file.css"/>
</head>
<body link=#9a58ae alink=#d4ca34 vlink=#9a58ae>
<div>
<form action="mailto:mon_e_mail@truc.com" method="post" name="form_contact" id="form_contact" class="form_message">
<p>Laisser nous un message: </p>
<p>Saisir votre adresse mail *:<input name="adresse_mail" type="text" id="adresse_mail" />
<br/><br/>
Saisir votre nom *:<input name="nom" type="text" id="nom" />
<br/><br/>
Commentaire:<textarea name="commentaire" cols="50" rows="10" wrap="VIRTUAL" id="commentaire"></textarea>
</p>
<p><em>Les champs marqués de </em> * <em>sont obligatoires </em> </p>
<p>
<input name="btn_ok" type="submit" id="btn_ok" value="Envoyer" />
<input name="btn_efface" type="reset" id="btn_efface" value="Effacer" />
</p>
</form>
</div>
<body>
</html> |