I need to be able to execute some javascript when I click on a tab in a navigation bar tabs
Return to Recent Questions
Q:
I am evaluating your tabs before I purchase and I ran
into a small problem.
I need to be able to execute some javascript when I click on a tab in a navigation bar tabs
A:
You can use your own javascript functions in the menu items.
You should paste "javascript:some_function()" into item's link field, for example:
["tab text","javascript: window.open('test.html', 'frameName')", ...],
or
["tab text","javascript: getURLForFrame()", ...],
Return to Recent Questions
Related:
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 19, 2006 - I want a javascript toolbar with all the buttons the same length.
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 23, 2006 - Can we right justify the secondary javascript navbar?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 31, 2006 - Is there a way to use the javascript floating bar without generating the warning?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- March 20, 2007 - Do you supports key navigation, like alt-F to select a javascript animated menu?
- April 13, 2007 - How to call javascript function when the user click on a menu bar html Items
- April 15, 2007 - I cannot change the background javascript hide menubar color
|