• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I debug javascript when using Mozilla

phillydog

Senior member
I have a menubar on my webpage that works using IE 5+ and NS 6+, but not using Mozilla 1.7 or Firefox.

I would like to debug this issue. If it helps, Mozilla 1.7 shows up as "Netscape Communicator 5.0" when I got to a site that identifies my browser.

The code that I believe is not getting parsed is:

if(document.layers) return dropit(event, 'document.dropmenu2')

Reading, it appears that Mozilla uses a DOM whatever that is.
 
Back
Top