My problem stems from a browser defect in that my navigation menus (that are layers/divs) overlap form fields. I have figured out that I must hide the form fields when the navigation menu is open.
Here is the exact problem.
I am trying to hide the text box, and select box by using the following code.
document.BILLNO.style.visibility = visible
or
document.BILLNO.style.visibility = hidden
This works fine in IE, but in Netscape I get the following error: "document.BILLNO has no properties".
Does anyone have any suggestions?
Here is the exact problem.
I am trying to hide the text box, and select box by using the following code.
document.BILLNO.style.visibility = visible
or
document.BILLNO.style.visibility = hidden
This works fine in IE, but in Netscape I get the following error: "document.BILLNO has no properties".
Does anyone have any suggestions?