|
Anonyme 19853
| Posté : 30-08-2003 18:54
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
|
|
|
millo-was 777
| Posté : 30-08-2003 20:04
Please désactive le HTML, sorry for my English |  Profil E-mail www
|
|
Xargos 2035
| Posté : 30-08-2003 20:27
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 ] |  Profil E-mail www
|
|
axel 10065
| Posté : 07-09-2003 04:50
c pas de l'ASP, ca ?
try with POST |  Profil E-mail www
|
|