I need to execute some javascript first when someone clicks on the tab in the floating tabs.
Return to Recent Questions
Q:
I need to execute some javascript first when someone clicks on the tab in the floating tabs.
A:
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 02, 2006 - Can I show / hide the javascript floating menu .
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Dec 31, 2006 - Is there a way to use the javascript floating bar without generating the warning?
- Feb 07, 2007 - Does floating menu javascript have support for Chinese or other Unicode characters?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- March 19, 2007 - Beim IE funktioniert das PullDown Menue nicht, bei Firefox es keine Probleme
- April 21, 2007 - I need to be able to execute some javascript when I click on a javascript menu tab
- June 07, 2007 - I cannot add icon before each item in the sub-menu in javascript tabs.
- June 20, 2007 - I am trying to make the javascript tabs all the same width...
- June 20, 2007 - I would like to create two level of tabs javascript. How I can do it?
- July 07, 2007 - My question is that not all my javascript html tabs point to the same target
|