Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1377 connectés 

  FORUM HardWare.fr
  Programmation
  HTML/CSS

  [AIDE] Probleme avec un formulaire

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[AIDE] Probleme avec un formulaire

n°1545412
blum95
PSN ID: blum95
Posté le 19-04-2007 à 20:05:41  profilanswer
 

Bonjour j'ai crée un formulaire avec dreamweaver dont voici le code en html

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Untitled Document</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <style type="text/css">
  7. <!--
  8. .Style1 {color: #FFFFFF}
  9. body {
  10. background-color: #000000;
  11. }
  12. -->
  13. </style>
  14. </head>
  15. <body class="sub">
  16. <form action="" method="post" name="FormName" id="FormName">
  17.   <table width="90%" border="0" cellpadding="4" cellspacing="2">
  18.     <tr style="vertical-align: top">
  19.       <td colspan="2" class="HeaderColor Style1">        Title Vente de photo    </td>
  20.     </tr>
  21.     <tr style="vertical-align: top">
  22.       <td colspan="2" class="StoryContentColor Style1">        Lorem Ipsum Dolor Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.      </td>
  23.     </tr>
  24.     <tr style="vertical-align: top">
  25.       <td class="TitleColor">
  26.         <label for="name"><span class="Style1">Nom Prenom :</span></label>
  27.         <span class="Style1"><br />
  28.         <input type="text" id="name" name="textfield1" size="50" />
  29.         <br />
  30.         <label for="email"> Email:</label>
  31.         <br />
  32.         <input type="text" id="email" name="textfield2" size="50" />
  33.         <br />
  34.         <label for="username"> Adresse:<br />
  35.         </label>
  36.         <input type="text" id="username" name="textfield3" size="50" />
  37.         <br />
  38.         <label for="questions"> Numero du pilote + Numero des photos:</label>
  39.         </span><br />
  40.         <textarea id="questions" name="textfield4" rows="10" cols="50"></textarea>
  41.         <br />      </td>
  42.       <td class="TitleColor">
  43.         <label for="browser"><span class="Style1">Serie:</span></label>
  44.         <span class="Style1"><br />
  45.         <select id="browser" name="select">
  46.           <option>Choisissez votre Serie</option>
  47.           <option>Serie A</option>
  48.           <option>Serie B</option>
  49.           <option>Serie C/D</option>
  50.           <option>Serie Gentleman</option>
  51.           <option>Serie Prestige</option>
  52.         </select>
  53.         <br />
  54.         <br />
  55.         <label for="email2">Course:</label>
  56.         <br />
  57.         <select id="email2" name="select2">
  58.           <option>Choisissez votre course</option>
  59.           <option>Ribecourt</option>
  60.           <option>Doullens</option>
  61.         </select>
  62.         <br />
  63.         <br />
  64.         <label for="cookies">Numero du pilotes :</label>
  65.         <br />
  66.         <select id="cookies" name="select3">
  67.           <option>Choisissez le numero du pilote</option>
  68.           <option>1</option>
  69.           <option>2</option>
  70.           <option>3</option>
  71.           <option>4</option>
  72.           <option>5</option>
  73.           <option>6</option>
  74.           <option>7</option>
  75.           <option>8</option>
  76.           <option>9</option>
  77.           <option>10</option>
  78.           <option>11</option>
  79.           <option>12</option>
  80.           <option>13</option>
  81.           <option>14</option>
  82.           <option>15</option>
  83.           <option>16</option>
  84.           <option>17</option>
  85.           <option>18</option>
  86.           <option>19</option>
  87.           <option>20</option>
  88.         </select>
  89.         <br />
  90.         Test
  91.         <label for="connection">:</label>
  92.         <br />       
  93.         <select id="connection" name="select4">
  94.           <option selected="selected">- Choose One -</option>
  95.         </select>
  96.         </span> </td>
  97.     </tr>
  98.     <tr style="vertical-align: top">
  99.       <td colspan="2">        <input name="mailto:blum95@free.fr" type="submit" id="mailto:blum95@free.fr" value="Submit" />      </td>
  100.     </tr>
  101.   </table>
  102. </form>
  103. </body>
  104. </html>


 
Je n'arrive pas a trouver comment faire pour pouvoir m'envoyer ce formulaire une fois  qu'il es rempli
Quand j'appuie sur Submit ca m'envoi sur une page non valide
Merci d'avance je desespere

mood
Publicité
Posté le 19-04-2007 à 20:05:41  profilanswer
 

n°1545415
gatsu35
Blablaté par Harko
Posté le 19-04-2007 à 20:12:59  profilanswer
 

[:hahaguy]

n°1545426
Shinuza
This is unexecpected
Posté le 19-04-2007 à 20:36:47  profilanswer
 

I AGREE  [:pingouino]  
 

Spoiler :

Google -> Envoyer un formulaire


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1545784
blum95
PSN ID: blum95
Posté le 20-04-2007 à 14:54:47  profilanswer
 

j'ai trouver mais le probleme c'est que ca me l'envoie par outlook  
Or les gens n'ayant pas Outlook ne pourons pas me l'envoyer
Alors comment faire?

n°1546180
dartyduck
n00b AttitudE
Posté le 21-04-2007 à 12:28:23  profilanswer
 

bon alors, si tu es chez free et que ton formulaire n'est pas en php, free a une procedure bien spécifique pour ce type de formulaire:
- il ne peut etre envoyé qu'à ton adresse free du domaine (donc pas besoin de la préciser ton le input)
- tu dois mettre form action="result.html" et créer une page nommé result.html dans le meme repertoire que ton formulaire. Sur cette page moi j'ai mis "votre message a bien été envoyé"
Ce sont les conditions pour utiliser un formulaire html chez free.
C'est comme ça, free l'impose.
Et quand tu mets un lien avec "mailto:nom@domaine.com" ca ouvre systématiquement outlook si celui-ci est installé sur le pc du visiteur, c'est aussi comme ça.


Message édité par dartyduck le 21-04-2007 à 12:33:23

---------------
Nikon D7000 + 18-105VR + 35mm 1.8

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  HTML/CSS

  [AIDE] Probleme avec un formulaire

 

Sujets relatifs
JavaScript - Les attributs d'un élément de formulaireEJB + eclipse : problème de contexte
Problème de protection de caractèresAide pour un iframe sur IE
Problème dimension imageproblème avec flash et IE
[résolu] Problème d'image de fond avec Firefoxformulaire sous internet explorer
problème de liensdébutant en PHP a besoin d'aide !!Problème avec un formulaire ! ! ! !
Plus de sujets relatifs à : [AIDE] Probleme avec un formulaire


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR