|
Hi,
the netscape navigator to disable text fields. the use of
:
if(navigator.appName == "Netscape")
document.busForm.busRoom.disabled = true;
:
:
should work. Netscape java error handler gives me busForm undefined yet its properly defined in the html, IE recognizes it. Is their another way we can get away with this?
Thanks in advance!
|