Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

check n number of checkboxes

Status
Not open for further replies.

kuolung

Programmer
Sep 2, 1999
51
0
0
US
Please advise me on how to do a toggle to select a certain number of checkboxes based on my dropdown list (50,100,150,etc...)

Say I have a dropdown box with options to select with values: 50, 100, 150, and so on.

What I would like to do is when I select "50" from the dropdown list, the FIRST 50 checkboxes get to be checked.

Is it possible to do with javascript? Thanks so much for help.

 
Hi

Certainly possible.
[ul]
[li]get the list of checkboxes[/li]
[li]loop over the list from item 0 to what is chosen in the checkbox[ul]
[li]set the checkbox's [tt]checked[/tt] property to [tt]true[/tt][/li][/ul][/li]
[/ul]
Where you have problem with implementing this ?

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top