Thread: Javascript
View Single Post
Old Sep 14th, 2004, 4:56 AM   #1
chaiachaya
Newbie
 
Join Date: Sep 2004
Posts: 6
Rep Power: 0 chaiachaya is on a distinguished road
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!
chaiachaya is offline   Reply With Quote