Multiple Menus
2005/03/18 18:11
Viewed 5389 times
Replies: 1/1

Hello, Is there a way to have two menu objects on one page? I want to use a standard menu and a toolbar within my pages. If it is possible how do you handle the onload method?

Regards

Steve

Re: Multiple Menus
2005/03/18 18:14
Viewed 7433 times
Replies: 0/0

Yes, it's absolutely possible and all you have to do is call DynarchMenu.setup for the second one as well. Just put them together in the onload attribute, separated by semicolon (“;”), or create a small JS function that calls DynarchMenu.setup for each menu and call function instead at onload.

last
Google