Is it possible for dhtml vertical tabs to have a link on page that links to second page and displays the information in the needed tab?
Return to Recent Questions
Q:
Is it possible for dhtml vertical tabs to have a link on page that links to
second page by passes the default setting then selects and displays
the information in the tab you need?
A:
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:
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- Dec 31, 2006 - I only want one sub-menu to have multi-columns in html dropdown menu.
- Feb 06, 2007 - We use IFrames and Frameset. Will Deluxe-Menu and Deluxe menu tabs work for us?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- Feb 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 15, 2007 - There is some bug with your dhtml menu vertical and Page Zoom function in IE7.
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- May 02, 2007 - Is there any way can we display sublevel menu items on mouse over in dhtml tab menu
- May 20, 2007 - Is there any way through script to call the function in dhtml tabbed menu?
|