Calling up invisible menus with popup("menuname")

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Kalledar
Beginner
Beginner
Posts: 1
Joined: Wed Jul 09, 2003 10:26 pm

Calling up invisible menus with popup("menuname")

Post by Kalledar »

This works for me in version 3 of the menu. However, in the 2 versions of menu 5 I've tried it gives me an error "Object expected". However, it does actually call the menu up and display it properly in both IE 6 and Netscape 7. It's just a matter of making the error message go away, as it appears to work fine.

Here is the line I use to call up a hidden menu:

<A href=# onMouseOver=popup("mainmenu2") onMouseOut=popdn()>Menu</a>

This is the line that gives me the error message, line 8, character 1, Object expected.
Post Reply