voilà bonjour à tous et toute j'aimerai savoir ce que je doit mettre dans mon code pour que lorsque je clic sur submit il envoie le formulaire a cette adresse thanos@netcourrier.com. merci bcp
Modifié par thanos (13 Apr 2007 - 13:54)
<form name="form1" method="post" action="">
<table width="479" border="0">
<!--DWLayoutTable-->
<tr>
<td height="22" class="description_gris"><div align="left">Company</div></td>
<td colspan="4"><input name="Company" type="text" id="Company" size="20"></td>
<td width="17"></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">First and last name </div></td>
<td colspan="4"><input name="First and last name " type="text" id="First and last name " size="35"></td>
<td></td>
</tr>
<tr>
<td height="40" class="description_gris"><div align="left">Street name</div></td>
<td colspan="4"><textarea name="Street name" cols="40" id="Street name"></textarea></td>
<td></td>
</tr>
<tr>
<td height="40" class="description_gris"><div align="left">n° </div></td>
<td colspan="4"><input name="n°" type="text" id="n°" size="7"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">City</div></td>
<td colspan="4"><input name="City" type="text" id="City"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Postal/Zip</div></td>
<td colspan="4"><input name="Postal/Zip" type="text" id="Postal/Zip" size="8"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">State</div></td>
<td colspan="4"><input name="State" type="text" id="State" size="35"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Country</div></td>
<td colspan="4"><input name="Country" type="text" id="Country" size="35"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Email</div></td>
<td colspan="4"><input name="Email" type="text" id="Email" size="45"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Phone</div></td>
<td colspan="4"><input name="Phone" type="text" id="Phone" size="20"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Fax</div></td>
<td colspan="4"><input name="Fax" type="text" id="Fax" size="20"></td>
<td></td>
</tr>
<tr>
<td height="22" class="description_gris"><div align="left">Information about </div></td>
<td colspan="4"><select name="Information about" id="Information about">
<option>Moellons</option>
<option>Whetstones</option>
<option>Other</option>
</select> </td>
<td></td>
</tr>
<tr>
<td height="83" align="center" valign="middle" class="description_gris">Questions</td>
<td colspan="4"><textarea name="Questions" cols="40" rows="5" id="Questions"></textarea></td>
<td></td>
</tr>
<tr>
<td width="149" height="21"> </td>
<td width="170"> </td>
<td width="59" align="center" valign="middle"><input name="renew" type="reset" id="renew" value="Renew"></td>
<td width="3"> </td>
<td width="55" valign="top"><input type="submit" name="Submit" value="Submit"></td>
<td></td>
</tr>
</table>
<label></label>
</form>
merci bcp bcp bcp Modifié par thanos (13 Apr 2007 - 13:54)