
May 28th, 2000, 04:10 PM
|
|
Contributing User
|
|
Join Date: May 2000
Posts: 81
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
Disable is not part of the [older] ECMAscript standard. It is unique to IE and unsupported by netscape. Netscape 6.PR1 does support the disable option.
I have had the same problem, so what you can do is use a javascript URL within the onclick option of your radio button to cause an alert dialogue to pop up with whatever message you desire. This is actually kind of slick since IE will recognize the disable and not allow the user to click. Netscape will not recognize the disable but will pop up the alert dialogue preventing the user from 'using' the button.
|