Is there any way to call an onClick JavaScript function from the menu? In looking through the samples and documentation, I can only find supported methods for mouseover and mouseout. The reason I ask is this:
In the version 3 menu, I have a function that I am calling onclick from a button (<input>) directly in the menu. The function executes without refreshing the page. In the version 5 menu, the javascript is called in the URL, which requires a page refresh (in IE, but not FF).
Thanks,
Jonathan Jeter
Web Developer
Arkéo, Inc.
Fort Worth, Texas
http://www.arkeo.com
onclick JavaScript function
Never Mind

So for anyone else who was as confused as I was, clickfunction is the parameter used to simulate the onClick functionality of JavaScript.
Jonathan Jeter
Web Developer
Arkéo, Inc.
Fort Worth, Texas
http://www.arkeo.com