logo

NPDS : Gestion de contenu et de communauté


Content & Community Management System (CCMS) robuste, sécurisé, complet, performant, parlant vraiment français, libre (Open-Source) et gratuit.
20 visiteur(s) et 1 membre(s) en ligne.
Activité du Site

Pages vues depuis 25/05/2001 : 109 401 041

  • Nb. de membres 8 696
  • Nb. d'articles 1 695
  • Nb. de forums 26
  • Nb. de sujets 8
  • Nb. de critiques 92

Top 10  Statistiques

Index du forum »»  Le coin des codeurs »» probleme formulaire html

probleme formulaire html#7369

4Contributeur(s)
Anonymemillo-wasXargosaxel
3 Modérateur(s)
developpeurjpbJireck
Anonyme Anonymeicon_post
Hello !

I have created a form (html) with multiple checkboxes (with the same name but not the same value).But when I checked more than the first checkbox no value are passed in the url (get method),if I check only the first it works fine.

My code looks like this




value="<%=prod.Fields("Id_Prod")%>">

Any ideas
millo-was millo-wasicon_post
Please désactive le HTML, sorry for my English :-)
Xargos Xargosicon_post
Citation : "30-08-2003 18:54, Anonyme a écrit :
Hello !

I have created a form (html) with multiple checkboxes (with the same name but not the same value).But when I checked more than the first checkbox no value are passed in the url (get method),if I check only the first it works fine.

My code looks like this

<form name="delete" method="get" action="recup.asp">

<td width="40" valign="middle"><input type="checkbox" name="del"

value="<%=prod.Fields("Id_Prod")%>">

Any ideas
"
----------

Et hop! html désactivé...
Ce n'est pas moi qui ai posté la question par contre.


[ Message édité par : Xargos : 30-08-2003 20:28 ]
axel axelicon_post
c pas de l'ASP, ca ?
try with POST