I have a dropdown menu that uses the function document.all and does not work in Netscape. The javascript console tells me that the problem is because document.all is not recognised. Why is this and how do I fix it?
The only way to make both IE and Netscape agree is to detect the browser type with document.layers and document.all...since document.layers would be netscape and document.all would be IE ...from there you the layers and all to do whatever you are doing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.