Showing sub-menus on click--not mouseover

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
paul.it@fsb.org.uk
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:23 pm

Showing sub-menus on click--not mouseover

Post by paul.it@fsb.org.uk »

I'm trying to make sub-menus show when you click the parent menu item (rather than passing your mouse over it). I figured that this is exactly what the variable labeled as

// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)

is for. However, when I set this to 1, the sub-menus don't appear on mouse over. Unfortunately, they also don't appear on click. I get an "Object Expected" error, too.

Here's a sample page with the code I'm using--and the error I get when you click on either of the last two menu items:

http://members.directvinternet.com/cory ... efault.htm

Thanks in advance for any suggestions.

Regards,
Cory
Guest

Re: Showing sub-menus on click--not mouseover

Post by Guest »

Remove the <base target="content"> entry in your buttonFrame.htm. Then it will work.
But unfortunatly the Pages won't be opened in the frame you want. If you enter a target=content to the url (like ,"Core A","or/caseList.asp?area=CoreA target=content",,"View cases for Core A",1) in the addmenu-Comand it won't work, too.
It seems to be a small bug. This only happens when the "Openmenuonlclick-Option is set to 1. I hope it will be fixed soon. ;)
Post Reply