| |
pjroch
Posts: 1
Score: 0
Joined: 8/26/2005
Status: offline
|
I need to figure out how to populate a second dropdown control from the value in the first. The dropdown controls are for start and end times (24 hour clock) and the second dropdown values MUST NOT be earlier than the value set in the first dropdown + 30 minutes. I will also need to ensure the reverse, that is, if the user sets dropdown 2 first, that dropdown 1 cannot contain values greater than dropdown 2 value - 30 minutes. Times are in 30 minute increments (0000, 0030, 0100 etc). VBScript or Javascript without postback is required. Any help would be greatly appreciated.
|
|