Formulaire dreamweaver

cat69 -  
 cat69 -
Bonjour,
je voudrais qu'un formulaire que j'ai fait dans dreamweaver, parte directement dans ma messagerie lors les clients cliquent sur envoyer.
Le lien de messagerie sur envoyer ouvre outlook sur un message vide alors que je veux que ce soit transparent pour les clients et que le formulaire avec les rubriques renseignées arrive dans ma messagerie.

1 réponse

Profil bloqué
 
--
YOUR OXYGEN FIGHTS ITS DYDROGEN.
CAIZINHO

Il me semble que pour l' instant, tu n' as configuré qu' un lien sur un simple e-mail ?
mail:nom@nom.com ???

il faud dans se cas la, configuré ton forumulaire.

ou es ta page ?
0
cat69
 
voici ma page
0
cat69
 
<!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">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>bon de commande</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="file:///C|/Program%20Files/Macromedia/Dreamweaver%208/Configuration/BuiltIn/StarterPages/mm_entertainment.css" type="text/css" />
<style type="text/css">
<!--
.Style2 {font-size: 24px}
.Style4 {font-size: 36px; }
-->
</style>
</head>
<body bgcolor="#14285f">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="02021e">
<td colspan="2" rowspan="2" nowrap="nowrap"><img src="001.gif" width="296" height="220" /><img src="dolls_251.gif" width="92" height="134" /></td>
<td height="27" nowrap="nowrap" colspan="2" id="logo" valign="bottom"><div align="center"><span class="pageName Style2">Des idées de cadeaux à petits prix </span></div></td>
<td width="8"> </td>
</tr>
<tr bgcolor="02021E">
<td height="57" nowrap="nowrap" colspan="2" id="tagline" valign="top"><p class="Style4"> </p>
<p align="center" class="Style4"><span class="Style2">O</span>KATY<span class="Style2">KADO</span><img src="010.gif" width="123" height="87" /></p>
<p align="left" class="Style4"><img src="004.gif" width="151" height="136" /><img src="005.gif" width="135" height="141" /></p>
<p align="center" class="Style4"> </p></td>
<td width="8"> </td>
</tr>
<tr>
<td colspan="5" bgcolor="#cc3300"><img src="file:///C|/Program%20Files/Macromedia/Dreamweaver%208/Configuration/BuiltIn/StarterPages/mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>
</tr>

<tr>
<td colspan="5"><img src="file:///C|/Program%20Files/Macromedia/Dreamweaver%208/Configuration/BuiltIn/StarterPages/mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>
</tr>

<tr>
<td colspan="5" bgcolor="#cc3300"><img src="file:///C|/Program%20Files/Macromedia/Dreamweaver%208/Configuration/BuiltIn/StarterPages/mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
</tr>

<tr>
<td colspan="5" id="dateformat"> <br />
    <a href="index.html">ACCUEIL</a><a href="javascript:;"></a><br /> </td>
</tr>
<tr>
<td width="159" valign="top"> </td>
<td colspan="2" valign="top"><br />
<table border="0" cellspacing="0" cellpadding="2" width="753">
<tr>
<td width="749" height="35" class="subHeader"> </td>
</tr>
<tr>
<td class="bodyText"><div align="center"><span class="Style2">BON DE COMMANDE
</span>
</div>
<p align="center"> </p>
<form id="Bon de commande" name="Bon de commande" method="post" action="bon de commande.html">
<label>NOM
<input type="text" name="textfield22" />
</label>
<label>Prénom
<input type="text" name="textfield23" />
</label>
<p>
<label>Adresse
<input type="text" name="textfield24" />
</label>
<label>CODE POSTAL
<input type="text" name="textfield25" />
</label>
<label>VILLE
<input type="text" name="textfield26" />
</label>
</p>
<p>
<label>Référence article
<input type="text" name="textfield27" />
</label>
<label>quantité
<input type="text" name="textfield28" />
</label>
<label>Prix total
<input type="text" name="textfield29" />
</label>
</p>
<p>
<label>Référence article
<input type="text" name="textfield30" />
</label>
<label>Quantité
<input type="text" name="textfield31" />
</label>
<label>Prix total
<input type="text" name="textfield32" />
</label>
</p>
<p>
<label>Référence article
<input type="text" name="textfield33" />
</label>
<label>Quantité
<input type="text" name="textfield34" />
</label>
<label>Prix total
<input type="text" name="textfield35" />
</label>
</p>
<p>
<label>Montant de la facture
<input type="text" name="textfield36" />
</label>
</p>
<p align="center"><a href="mailto:aveline.bernard@neuf.fr">ENVOYER</a></p>
</form> </td>
</tr>
</table></td>
<td width="66"> </td>
<td> </td>
</tr>
<tr>
<td width="159"> </td>
<td width="234"> </td>
<td width="522"> </td>
<td width="66"> </td>
<td width="8"> </td>
</tr>
</table>
<br />
</body>
</html>
0