Skip to Content
0
Former Member
Nov 09, 2005 at 12:10 PM

Grouping html Select's

30 Views

Hello All,

Any idea how to group several html select tags??

Think of a spread sheet, I have 5 rows with one column. A select/option exists in each row of that column. The option values are all the same. A user can select a different option for each row.

What I am trying to do is have an "Apply To All" select box at the very top of the column. If the values are the same for each row, the user could simply select the option from the "apply to all" and that would then fill in all of the select/option boxes in that row. Is there anyway to write a javascript for that if each of the select boxes have a different name?

I know how to do this when I generate a server-side event, but I want to keep this all on the client side.

Any ideas???

Thanks,

Eric