Click to See Complete Forum and Search --> : disable/enable


tiger66
06-05-2003, 08:14 AM
Hello
I have a web form, I am trying to disable some of the fields and enable them when certain radio button is selected. I am wondering how can I disable and enable fields using javascript

Thanks

Khalid Ali
06-05-2003, 08:49 AM
Take a look at this link.

http://68.145.35.86/skills/javascripts/DisableAllFormFields.html

The only thing you want to do different is that have the functionality in the radio buttons onclick event in stead of the provided script where its being triggered from onclick event of a button.