Forum Moderators: open
I have 3 form controls. The first(A) is a select drop down. The second(B) is another select, which is disabled until the first has a value. The third(C) is a text box which is disabled until the first 2 selects have a value.
A is the number of weeks, B is a start date, and C is an end date.
The idea is that the user selects a value in A which causees B to be populated with values and enabled. The user then selects a value in B which causes a text value to be displayed in C.
Make sense? :)
The problem I have is that initialy I would like the selects to be 'blank' meaning the first 'option' in the select control wont have any text. This is easy enough to do but it becomes a problem because it leaves open the posiblity that the user can re-select the 'blank' option, which of course screws up the javascript that calculates the value to be displayed in C.
Hopefully that makes my problem clear, its a little long winded ;)
Any help would be appreciated.
Thanks