Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:37
JS Handlers
Poster: benny
Dated: Monday May 27 2002 - 21:45:30 BST
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:
onclick="document.form1.field1.value='Some words'; document.form1.field1.focus(); somefunction(); return false;"
Great Menu!
Ben