Is there a function for flash tab menu a I can call to make a tab appear?
Return to Recent Questions
Q:
Is there a function for flash tab menu a I can call to make a tab appear??
A:
You can use the following function to open appropriate tab:
Unfortunately Deluxe Tabs doesn't support API functions now.
You can use the following function to open specific tab:
dtabs_itemClick(menuInd,itemInd);
where
menuInd - index of a tab menu on a page, >= 0.
itemInd - index of a item, >=0.
For example:
<DIV onClick="dtabs_itemClick(0,2)" style="width: 200px; border: 2px solid #000;">Click to open the third tab</DIV>
Return to Recent Questions
Related:
- Sep 22, 2006 - How to call the function in my java script menu?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Sep 25, 2006 - My menu icons are not appearing in the preview, or when I launch deluxe-menu.html
- Oct 21, 2006 - It appears that this javascript expand menu only supports IE (on the PC and Mac).
- Oct 22, 2006 - When the html submenus are over applet in https: the applet disappeared.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Nov 24, 2006 - How do I make the css submenu appear over the adjoining frame?
- Nov 29, 2006 - Why the background images disappear for a while after hovering over html menubar?
|