This topic is locked

Java disable help needed

2/4/2010 3:12:37 PM
PHPRunner General questions
J
jack knowles author

Hi Forum,
On my edit page I have a drop down field called 'my_status' with the following values: 'Yes' and 'No'
I also have 2 additional fields called: 'start_date' and 'end_date'.
I want to achieve the following when the user launches the edit form.
'my_status' = Please Select

'start_date' = disabled

'end_date' = disabled
'my_status' = Yes

'start_date' = disabled

'end_date' = disabled
'my_status' = No

'start_date' = enabled

'end_date' = enabled
Any help on achieving a javascript solution would be much appreciated.
JK