Is there a javascript function that I can call that will return the ID or the Text value of the currently active tab of the web navigation?
Return to Recent Questions
Q:
Is there a javascript function that I can call that will return the ID or the Text value of the currently active tab of the web navigation?
A:
Unfortunately there is no such a function now.
There are such variables.
dtabs_tabs[menuN].b1 - dtabs_tabs[menuN].selectedItem
dtabs_tabs[menuN].JT0 - dtabs_tabs[menuN].selectedSmItem
But they contain the index of the selected menu item, not the ID.
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Dec 23, 2006 - When I have tried to look my side menu bar in the browser it has the active x message
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- Feb 17, 2007 - How can I setup Font Size, color for individual level, button in the bar websites?
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- June 20, 2007 - I am trying to make the javascript tabs all the same width...
- July 06, 2007 - I need a way to switch my tab navigation with buttons AFTER THE PAGE IS RENDERED.
- Aug 02, 2007 - I would like�my navigation javascript buttons all have a uniform width
- Sep 02, 2007 - I cannot use links in my java slide menu when published to web.
- Sep 19, 2007 - I am having trouble getting my html tab menu to link to a div id
|