Link to home
Start Free TrialLog in
Avatar of yongsing
yongsing

asked on

Values of drop-down list depends on another

I have a web page with two drop down lists.

One list shows the following options:
Monday
Tuesday
Wednesday

When the user selects "Monday", the second drop down list should have only the following options:
7.00pm
8.00pm
9.00pm

When the user selects "Tuesday", the second drop down list should have only the following options:
8.00pm
9.00pm
10.00pm

You get the idea. How do I implement something like that in javascript? Thanks!
ASKER CERTIFIED SOLUTION
Avatar of sajuks
sajuks

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 yongsing
yongsing

ASKER

Hi, just to let you know that I'll be looking at your solution. :)