I'm building a form, here's what I would like to happen:
The user has to choose between 2 radio buttons. If he chooses 1, it's chosen and nothing else happens, he can continue down the form. If he chooses 2, I want 2 text boxes to be activated where he can enter in 2 different dates.
Can anyone point me in the right direction of this source code!? Thanks!
This attribute can be attached to any <INPUT> tag. It disables the specified form element (it cannot be clicked). Note that this attribute is currently only supported by Internet Explorer 4.0x and above. A
disabled form element can be enabled via JavaScript:
Bookmarks