onclick JavaScript function

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
arkeo
Beginner
Beginner
Posts: 7
Joined: Tue Mar 01, 2005 4:27 pm
Location: Fort Worth, Texas
Contact:

onclick JavaScript function

Post by arkeo »

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
arkeo
Beginner
Beginner
Posts: 7
Joined: Tue Mar 01, 2005 4:27 pm
Location: Fort Worth, Texas
Contact:

Never Mind

Post by arkeo »

:oops: Never mind. I just discovered "clickfunction".

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
Post Reply