JS Handlers

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
benny
Beginner
Beginner
Posts: 2
Joined: Mon May 27, 2002 9:27 pm

JS Handlers

Post by benny »

I'd like to use a link in the menu to perform a couple of actions using handlers instead of navigation to a different page. For example,

Code: Select all

onclick="document.form1.field1.value='Some words'; document.form1.field1.focus(); somefunction(); return false;"
Great Menu!

Ben
Post Reply