Bonjour,

Je viens de créer pour la première fois un site web et je veux mettre en ligne un formulaire (code joint). Je souhaite qu'une fois rempli, les informations saisies soient transmises de façon transparente vers une boite mail sans faire appel à l'outil de messagerie de l'utilisateur de ce formulaire et là j'avoue je rame.........

Pourriez vous m'apporter votre aide sur le fichier.asp à écrire ?

D'avance merci pour vos réponses.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<link rel="stylesheet" href="2col_leftNav.css" type="text/css">
<style type="text/css">
<!--
.Style4 {    color: #800000;
    font-weight: bold;
    font-style: italic;
}
.Style5 {    font-size: 9px;
    font-style: italic;
}
.Style8 {    color: #800000;
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
}
.Style45 {font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.Style47 {font-weight: bold}
.Style48 {font-style: italic; color: #800000;}
.Style50 {font-size: 12px; font-style: italic; }
</style>
</head>
 
<body> 
 
<h1 align="center" class="Style4">&nbsp;</h1>
<h1 align="center" class="Style4">&nbsp;</h1>
<h1 align="center" class="Style4"><span class="Style8"> </span></h1>
<table width="929" border="0">
  <tr>
    <th height="94" scope="col"><div align="right"><span class="Style4"><span class="Style8">Formulaire de contact - renseignements </span></span> </div>      <div align="right" class="Style5"></div></th>
  </tr>
</table>
<br>
<table width="1047"  border="0">
  <tr>
    <td valign="top"><a href="adresses.htm"><span class="Style45"><br>
    </span></a><a href="index.htm"><img src="Bouton%20fleche.gif" width="25" height="24" border="0"> <span class="Style45">Accueil</span></a><br>
    <br>
 
      <blockquote>
        <p align="right"><br>
        </p>
        </blockquote>
    </div>      </td>
    <td width="703" rowspan="2" valign="top"> <FORM METHOD="post" ACTION="formulaire.asp"
 name="form1" class="Style47">
      <p>
        Nom 
          <input name="Nom" type="text" id="Nom" size="38">
           Pr&eacute;nom        
           <input name="Nom" type="text" id="Nom" size="40">
        <br>
        <br>
        Adresse        
        <input name="Adresse" type="text" id="Adresse" value="" size="81">
        <br>
        <br>
        Code postal     
        <input name="CP" type="text" id="CP" size="15">
        Ville 
        <input name="Ville" type="text" id="Ville" size="50">
        <br>
        <br>
        T&eacute;l&eacute;phone 
        <input type="text" name="textfield">
  Mobile 
  <input type="text" name="textfield">
  <br>
  <br>
</p>
      <p>
          <input name="RV" type="checkbox" id="RV" value="Demande de rendez-vous">
          <span class="Style48">Je souhaite rencontrer un conseiller pour r&eacute;aliser </span><span class="Style48">          un devis d&eacute;taill&eacute; et gratuit</span><br>
          <br>
          <input type="checkbox" name="checkbox" value="checkbox">
          <span class="Style48">Je souhaite &ecirc;tre contact&eacute;(e) par t&eacute;l&eacute;phone pour obtenir des informations </span><br>
          <br>
          <input type="checkbox" name="checkbox" value="checkbox">
          <span class="Style48">Je souhaite recevoir la  notice  </span></p>
      <p align="left"><span class="Style50"><br>
        </span> <br>
          <input name="Submit" type="submit" class="Style47" value="Envoyer">
 
        <span class="Style5">   </span></p>
    </form></td>
  </tr>
  <tr>
    <td width="246">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td colspan="2">&nbsp;</td>
  </tr>
</table>
<p align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp; </p>
<br> 
</body>
</html>