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