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

  FORUM HardWare.fr
  Programmation
  Divers

  Formulaire : 2 fois l'email et pas le commentaire !!!!!! HELP !!!

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Formulaire : 2 fois l'email et pas le commentaire !!!!!! HELP !!!

n°1062945
xxx74
Posté le 27-04-2005 à 16:06:25  profilanswer
 

bonjour !
bon voilà, j'ai du me résigner en ce qui concerne vouloir envoyer les données de mon formulaire dans une zone de texte déroulante de mon guestbook... donc j'ai supprimé la zone de texte et maintenant c'est presque parfait, sauf que, il m'affiche deux fois l'email et me met pas le commentaire !!!!
 
Quelqu'un pourrait il me dire ou se trouve l'erreur ??!!!!
----------------------------------------------------------------[cpp][/cpp]
 
<div align="center">
<TABLE width=902 border=0 cellPadding=0 cellspacing="1" bgColor=#000000>
    <!--DWLayoutTable-->
    <TBODY>
      <TR>  
        <TD width="900" height="400" align="center" vAlign=top bgcolor="#000000">  
          <P>&nbsp;</P>
          <FORM name="" action=http://perso0.free.fr/cgi-bin/addguest.pl?login=xxx74  
      method=post>
            <TABLE cellSpacing=0 cellPadding=0 width=600 align=center bgColor=#000000 border=0>
              <!--DWLayoutTable-->
              <TBODY>
                <TR>  
                  <TD width="594" height="346" vAlign=top> <TABLE cellSpacing=2 cellPadding=4 width="100%" bgColor=#000000 border=0>
                      <!--DWLayoutTable-->
                      <TBODY>
                        <TR>  
                          <TD width="117" height="0"></TD>
                          <TD width="450"></TD>
                        </TR>
                        <TR bgcolor="#666666">  
                          <TD height="23" colSpan=2 valign="top"><div align="center"><STRONG><font color="#CCCCCC" size="2">Merci de remplir les champs suivants :</font></STRONG></div></TD>
                        </TR>
                        <TR>  
                          <TD height="30" valign="top" bgcolor="#f5f5f5"><B><FONT color=#61718a>Nom : </FONT><FONT color=#61718a></FONT></B></TD>
                          <TD valign="top" bgcolor="#f5f5f5"><B><INPUT name="Nom" size="35"></B></TD>
                        </TR>
                        <TR>  
                          <TD height="30" valign="top" bgcolor="#f5f5f5"><B><FONT color=#61718a>Email : </FONT></B></TD>
                          <TD valign="top" bgcolor="#f5f5f5"><B><INPUT size=40 name="Email"></B></TD>
                        </TR>
                        <TR>  
                          <TD height="30" valign="top" bgcolor="#f5f5f5"><STRONG><FONT color=#61718a>Site : </FONT></STRONG></TD>
                          <TD valign="top" bgcolor="#f5f5f5"><B><INPUT size=45 name="Site"></B></TD>
                        </TR>
                        <TR>  
                          <TD rowspan="2" vAlign=top bgcolor="#f5f5f5"><STRONG><FONT color=#61718a>Commentaires : </FONT></STRONG></TD>
                          <TD height="190" vAlign=top bgcolor="#f5f5f5"><TEXTAREA rows=12 wrap=VIRTUAL cols=70 name="Commentaires"></TEXTAREA></TD>
                        </TR>
                        <TR>  
                          <TD height="27" vAlign=top bgcolor="#f5f5f5"><B><INPUT type=image height=19 alt=OK width=56 src="/btn_envoyer.gif" align=middle value=submit border=0 name=ok></B></TD>
                        </TR>
                      </TBODY>
                    </TABLE></TD>
                  <TD width="1"></TD>
                </TR>
              </TBODY>
            </TABLE>
          </FORM></TD>
        </TR>
    </TBODY>
  </TABLE>
</div>
 
----------------------------------------------------------------
 
Merci d'avance !

mood
Publicité
Posté le 27-04-2005 à 16:06:25  profilanswer
 

n°1062953
KangOl
Profil : pointeur
Posté le 27-04-2005 à 16:08:22  profilanswer
 

balises [code] :fou:


---------------
Nos estans firs di nosse pitite patreye...
n°1062957
FlorentG
Unité de Masse
Posté le 27-04-2005 à 16:10:48  profilanswer
 

Déjà vire les tableaux et les balises <font>, parce que ça donne mal à la tête de regarder le code :D Et accessoirement, ça fait 5 ans qu'on ne fait plus de sites comme ça :D

n°1062961
KangOl
Profil : pointeur
Posté le 27-04-2005 à 16:12:14  profilanswer
 

et les balises en minuscule aussi...


---------------
Nos estans firs di nosse pitite patreye...
n°1063011
xxx74
Posté le 27-04-2005 à 16:37:36  profilanswer
 

KangOl a écrit :

et les balises en minuscule aussi...


Bon j'y comprend rien ! y une heure tout fonctionnait et maintenant le formulaire n'envoit plus rien !!!
Quelqu'un pourrait il me dire ou se trouve l'erreur ??!!!!
J'ai tout remis remis en minuscule !
----------------------------------------------------------------
[cpp][/cpp]
 
<html>
 
<div align="center">
<table width=902 border=0 cellpadding=0 cellspacing="1" bgcolor=#000000>
    <!--DWLayoutTable-->
    <tbody>
      <tr>  
        <td width="900" height="400" align="center" valign=top bgcolor="#000000">  
          <p>&nbsp;</p>
          <form name="" action=http://perso0.free.fr/cgi-bin/addguest.pl?login=xxx74  
          method=post>
          <table cellspacing=0 cellpadding=0 width=600 align=center bgcolor=#000000 border=0>
              <!--DWLayoutTable-->
              <tbody>
                <tr>  
                  <td width="594" height="346" valign=top> <table cellspacing=2 cellpadding=4 width="100%" bgcolor=#000000 border=0>
                      <!--DWLayoutTable-->
                      <tbody>
                        <tr>  
                          <td width="117" height="0"></td>
                          <td width="450"></td>
                        </tr>
                        <tr bgcolor="#666666">  
                          <td height="23" colspan=2 valign="top"><div align="center"><strong><font color="#cccccc" size="2">Merci de remplir les champs suivants :</font></strong></div></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><b><font color=#61718a>Nom : </font><font color=#61718a></font></b></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input name=nom size="35"></b></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><b><font color=#61718a>Email : </font></b></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input size=40 name=email></b></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><strong><font color=#61718a>Site : </font></strong></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input size=45 name=pageweb></b></td>
                        </tr>
                        <tr>  
                          <td rowspan="2" valign=top bgcolor="#f5f5f5"><strong><font color=#61718a>Commentaires : </font></strong></td>
                          <td height="190" valign=top bgcolor="#f5f5f5"><textarea name=comment rows=12 wrap=virtual cols=70></textarea></td>
                        </tr>
                        <tr>  
                          <td height="27" valign=top bgcolor="#f5f5f5"><b><input type=image height=19 alt=ok width=56 src="/btn_envoyer.gif" align=middle value=submit border=0 name=ok></b></td>
                        </tr>
                      </tbody>
                    </table></td>
                  <td width="1"></td>
                </tr>
              </tbody>
            </table>
          </form></td>
        </tr>
    </tbody>
  </table>
</div>
 
</html>
----------------------------------------------------------------
 
Merci d'avance !

n°1063022
xxx74
Posté le 27-04-2005 à 16:44:33  profilanswer
 

xxx74 a écrit :

Bon j'y comprend toujours rien ! maintenant la partie commentaire du formulaire n'est pas envoyé  !!!
Quelqu'un pourrait il me dire ou se trouve l'erreur ??!!!!
----------------------------------------------------------------
[code]
 
<html>
 
<div align="center">
<table width=902 border=0 cellpadding=0 cellspacing="1" bgcolor=#000000>
    <!--DWLayoutTable-->
    <tbody>
      <tr>  
        <td width="900" height="400" align="center" valign=top bgcolor="#000000">  
          <p>&nbsp;</p>
          <form name="" action=http://perso0.free.fr/cgi-bin/addguest.pl?login=xxx74  
          method=post>
          <table cellspacing=0 cellpadding=0 width=600 align=center bgcolor=#000000 border=0>
              <!--DWLayoutTable-->
              <tbody>
                <tr>  
                  <td width="594" height="346" valign=top> <table cellspacing=2 cellpadding=4 width="100%" bgcolor=#000000 border=0>
                      <!--DWLayoutTable-->
                      <tbody>
                        <tr>  
                          <td width="117" height="0"></td>
                          <td width="450"></td>
                        </tr>
                        <tr bgcolor="#666666">  
                          <td height="23" colspan=2 valign="top"><div align="center"><strong><font color="#cccccc" size="2">Merci de remplir les champs suivants :</font></strong></div></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><b><font color=#61718a>Nom : </font><font color=#61718a></font></b></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input name=nom size="35"></b></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><b><font color=#61718a>Email : </font></b></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input size=40 name=email></b></td>
                        </tr>
                        <tr>  
                          <td height="30" valign="top" bgcolor="#f5f5f5"><strong><font color=#61718a>Site : </font></strong></td>
                          <td valign="top" bgcolor="#f5f5f5"><b><input size=45 name=pageweb></b></td>
                        </tr>
                        <tr>  
                          <td rowspan="2" valign=top bgcolor="#f5f5f5"><strong><font color=#61718a>Commentaires : </font></strong></td>
                          <td height="190" valign=top bgcolor="#f5f5f5"><textarea name=comment rows=12 wrap=virtual cols=70></textarea></td>
                        </tr>
                        <tr>  
                          <td height="27" valign=top bgcolor="#f5f5f5"><b><input value=submit type=image height=19 alt=ok width=56 src="/btn_envoyer.gif" align=middle border=0 name=ok></b></td>
                        </tr>
                      </tbody>
                    </table></td>
                  <td width="1"></td>
                </tr>
              </tbody>
            </table>
          </form></td>
        </tr>
    </tbody>
  </table>
</div>
 
</html>
 
[/cpp]
----------------------------------------------------------------
 
Merci d'avance !



Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  Divers

  Formulaire : 2 fois l'email et pas le commentaire !!!!!! HELP !!!

 

Sujets relatifs
Pas facile d'avoir de l'aide ici !!!!!! HELP ! Prob.formulaire !Probl. de formulaire ou de Guestbook ??!!!!!!
Upload multiple + info en bdd ?? help meVerifier la redondance de mots ou de lettres dans formulaire
Saisie et contrôle dune Date dans un formulaireMenu déroulant : Help please
erreur de formulaire ????Mettre en forme le mail envoyé par un formulaire
help !! problème formulaire et guestbook !! 
Plus de sujets relatifs à : Formulaire : 2 fois l'email et pas le commentaire !!!!!! HELP !!!


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