
Netscape 6 does not show menu
-
- Advanced
- Posts: 23
- Joined: Tue Jul 02, 2002 9:08 pm
Netscape 6 does not show menu
I have searched this forum but I haven't been able to find a response that actually gives an answer. My menu works in IE but not in Netscape. In Netscape it doesn't show up at all. How can I fix this? 

-
- Advanced
- Posts: 23
- Joined: Tue Jul 02, 2002 9:08 pm
Netscape
Sorry I left out that important information.
I am trying to view it with Netscape 4x and 6x. Neither of them show the menu. I originally had the version that is on Dynamic Drives website but just recently tried the new download from this site.
The URL of my test page is:
http://www.westcler.org/gm/_newdesigntest/template.htm
The menu should appear just below the address as it does in IE 6.
Thanks for looking into it for me.
I am trying to view it with Netscape 4x and 6x. Neither of them show the menu. I originally had the version that is on Dynamic Drives website but just recently tried the new download from this site.
The URL of my test page is:
http://www.westcler.org/gm/_newdesigntest/template.htm
The menu should appear just below the address as it does in IE 6.
Thanks for looking into it for me.
-
- Advanced
- Posts: 23
- Joined: Tue Jul 02, 2002 9:08 pm
Fixed it

No menu in NS 6
I have the menu working in IE Mozilla, and Netscape 4.x, but it will not work in Netscape 6.x. I have the latest version (3.4.12).
I put a properties.js file in the ehad, dynamically generate addmenu([...]) calls with supplied params, and then put the call to dumpmenus() inside the mmenu.js file at the end of the page.
Like I said, the other major browsers seem to work fine, but Netscape 6.x throws the following errors:
addmenu is not defined
popup is not defined
popdn is not defined
It also does not work in Opera 6.03 (trying 6.04 shortly).
Any ideas?
The menus are triggered by a rollover on some images which are located in a table cell on the page.
I put a properties.js file in the ehad, dynamically generate addmenu([...]) calls with supplied params, and then put the call to dumpmenus() inside the mmenu.js file at the end of the page.
Like I said, the other major browsers seem to work fine, but Netscape 6.x throws the following errors:
addmenu is not defined
popup is not defined
popdn is not defined
It also does not work in Opera 6.03 (trying 6.04 shortly).
Any ideas?
The menus are triggered by a rollover on some images which are located in a table cell on the page.
Never mind ...
All it was was that I had put language=="JavaScript" instead of language="JavaScript". Once I noticed that, Netscape 6 came back working just fine. They are VERY picky, even pickier than Mozilla is!
Glad it got caught though.
Glad it got caught though.