For the code to work in Netscape, you'll have to write:
document.getElementById(busForm).busRoom.disabled = true;
The getElementById thing retrieves a pointer to the field - Netscape doesn't create them automatically.
One more thing, though: why do you want to disable the textbox in Netscape? You know that's alienating potential visitors, right?