I have created a web page with a form, which ocnsists of text boxes and a combo box (dropdown list). Based on what the user selects from the combo box (using onChange() function), I want to disable and enable certain text-boxes fields on the fly, so the user can only enter into certain fields.
What form element property sets whether an input text box is enabled or disabled?
Thanks.
