Answered
How do you disable a form field?
In a mouseUp action for a radio button, I want to include some Javascript to disable another form field (a combobox). This is what I've tried, and it isn't working:
this.getField("fieldName").disabled=true;
In a mouseUp action for a radio button, I want to include some Javascript to disable another form field (a combobox). This is what I've tried, and it isn't working:
this.getField("fieldName").disabled=true;
Replace "disabled" with "readonly"...
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.