|
How to call my own function in the menus popup?
Return to Recent Questions
Q:
I have written my own javascripts function.
How to call the function in my java script menu?
A:
You should paste "javascript:some_function()" into item's link field,
for example:
var tmenuItems = [
["text", "javascript:window.print(...)", ...]
];
Return to Recent Questions
Related:
- March 29, 2007 - How could I call a script instead of specifying a link in menus for web pages myspace?
- Apr 26, 2007 - I need to be able to automatically wrap the line in the floating window javascript.
- May 22, 2007 - I would like to have links of mouse position javascript to our website when javascript turned off.
- Jun 08, 2007 - Is it possible to call JScript functions from horizontal scrolling menu?
- Jun 10, 2007 - When I run the javascript flyout menu on my website I get javascript errors on page
- Jun 16, 2007 - I want to add a javascript link with onclick event to the css submenu
- Aug 14, 2007 - I'm trying to simply use API functions to add some properties to my menu dynamique javascript.
- Sep 03, 2007 - Is it possible to use the AJAX-Like technology and dynamic API functions in javascript menu vertical?
- Sep 04, 2007 - How to use javascript calls when the link is clicked in the menu and button?
- Sep 05, 2007 - There are the features that, unfortunately, cannot be done in javascript drop menu...
- Nov 01, 2007 - Is it possible that your rollover drop down menu call some javascript on mouseover?
|