'menumainmenu' is undefined

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
d
Beginner
Beginner
Posts: 1
Joined: Mon Aug 26, 2002 9:55 pm

'menumainmenu' is undefined

Post by d »

I downloaded mmenu.js and menu_array.js for the static popup menu.
I inserted the following into the body of my html:
(in addition to the copyright notice, of course)

<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>

...

<a href="yourlink.html" onmouseover=popup("mainmenu") onmouseout=popdn()><font color="#008000">MAIN MENU</font></a>

but I get the following error: 'menumainmenu' is undefined

Can anyone help ?

Thank you!
danielle
Post Reply