|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
single or multiple checkbox?
Hi
I have a checkbox next to each row. If i want to select more than one row (to delete or edit it), do i need to have multiple <input type='checkbox' ... tags or can i pass more than one value to one check box name(variable) using just one <input type='checkbox' ... tag. Don't know if this makes any sence. Thanks in advance |
|
#2
|
|||
|
|||
|
RE: single or multiple checkbox?
Just have seperate checkboxes, but perhaps you can give them a name like 'rows[]', which might pass it as an array. That would be preferable.
|
|
#3
|
|||
|
|||
|
RE: single or multiple checkbox?
Is there any way to have one <input type='checkbox' ... tag and give it some array name so that it can store multiple value?
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > single or multiple checkbox? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|