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

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

Marsh Posté le 27-04-2005 à 16:06:25    

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 !

Reply

Marsh Posté le 27-04-2005 à 16:06:25   

Reply

Marsh Posté le 27-04-2005 à 16:08:22    

balises [code] :fou:


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 27-04-2005 à 16:10:48    

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

Reply

Marsh Posté le 27-04-2005 à 16:12:14    

et les balises en minuscule aussi...


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 27-04-2005 à 16:37:36    

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 !

Reply

Marsh Posté le 27-04-2005 à 16:44:33    

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 !


Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed