This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes check all checkboxes on clicking one Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "check all checkboxes on clicking one" Watch "check all checkboxes on clicking one" New topic
Author

check all checkboxes on clicking one

Dattatray Sutar
Ranch Hand

Joined: Jul 12, 2006
Posts: 46
How can i check all trhe checkboxes in my form by checking one for all. I m using struts <html:checkbox...>
Plz. help me...


with regards<br />Datta.<br /> <br />To the world you might be one person, but to one person you just might be the world !
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
Been asked a bunch of times on the forum

http://www.coderanch.com/t/116148/HTML-JavaScript/Select-All

Eric
Dattatray Sutar
Ranch Hand

Joined: Jul 12, 2006
Posts: 46
Originally posted by Eric Pascarello:
Been asked a bunch of times on the forum

http://www.coderanch.com/t/116148/HTML-JavaScript/Select-All

Eric


Thanks for the help..but i need one of using with struts..
anyway thanks again
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
Struts producs HTML! Play with it, it is not that hard to do.

Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: check all checkboxes on clicking one
 
Similar Threads
Validation on multiple checkboxes using Struts validator
checkbox question
How to get a checkbox list using javascript?
selecting multiple checkboxes of a tree without pressing CTRL
handling the input type check box in struts