Hi,
How do you disable a combo box in a html page through Javascript? I don't want to use combobox.disabled property it doesn't work in netscape navigator. Could you please suggest an alternative?
Thanks & Regards,
Tanmay
"it doesn't work in netscape" that is exactly the point, you can't disable it in netscape.
You can simply not print it, and just print the selected info instead.