Search found 1 match

by rico35@yahoo.com
Wed Mar 06, 2002 2:02 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Keeping submenus open.
Replies: 2
Views: 2912

Re: Keeping submenus open.

Hi,

I suppose the popup() function might help.

You need to specify the menu name and the menu will open as per your specification.

popup("menuname")

popdn() will close the menus

-- Andy