Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

checkbox and select menu

is there a way to
have a 3 checkboxes and one select menu
with the same name

so when select menu is selected, there is no need to put a checkbox next to it
Avatar of jameso99
jameso99
Flag of United States of America image

They wouldn't need to have the same name, but you could use Javascript to check the box when the select field is selected.  For this each field needs its own ID value, and then the script would have to know which checkboxes are associated with the select field.
Avatar of rgb192

ASKER

I dont understand
No there is not, the post object would get overwritten so there would always only be the select menu's value being submitted.
ASKER CERTIFIED SOLUTION
Avatar of jameso99
jameso99
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks