I have html page with multiple checkboxes
I need one more checkbox by name "select all" . when i select this checkbox all checkboxes in html pages must be selected. can anybody helpme.
|
2
|
I have html page with multiple checkboxes I need one more checkbox by name "select all" . when i select this checkbox all checkboxes in html pages must be selected. can anybody helpme.
|
|||
|
|
|
Here's a bit of code that does the trick and is unobtrusive too
|
||
|
|
|
I tried the java script you hVE GIVEN But how to get the know whether a particular checkbox is checked in doPost method |
||
|
|
|
|
|
||
|
|
|
JavaScript is your best bet. The link below gives an example using buttons to de/select all. You could try to adapt it to use a check box, just use you 'select all' check box' onClick attribute. Javascript Function to Check or Uncheck all Checkboxes This page has a simpler example |
|||
|
|