Search found 2 matches
- Fri May 31, 2002 11:49 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: function activation sample
- Replies: 0
- Views: 2194
function activation sample
In the function activation sample it says, "The Menu has the ability to activate user defined functions 'On Mouse Over', 'On Mouse Off' and 'On Mouse Click'". Then in the sample code it uses the keywords onfunction and offfunction to activate functions on mouse over and on mouse off. What I want to ...
- Mon May 27, 2002 9:45 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: JS Handlers
- Replies: 0
- Views: 2153
JS Handlers
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,
Great Menu!
Ben
Code: Select all
onclick="document.form1.field1.value='Some words'; document.form1.field1.focus(); somefunction(); return false;"
Ben