| 
      Return to Recent Questions Is it possible to open a specific tab using javascript in the horizontal tabbed? 
 
 Q:
Is it possible to open a specific tab using javascript in the horizontal tabbed?
 
 A:
You can try to use the following function:
 
 dtabs_itemClick(menuN, itemN);
 
 where
 menuN - index of a menu on a page, >= 0.
 itemN - index of a tab you want to show, >=0.
 
 
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
Nov 29, 2006 - I am still struggling with multiple menus js on one page.
Jan 03, 2007 - In the horizontal drop down menu my html files still open in a  new window.
March 25, 2007 - I can not figure out how to fix the tabbed menu from going off the page in Mozilla
April 14, 2007 - I want to open links in a new window in the website tabs menu?
May 03, 2007 - I need that the javascript menu horizontal opens loads pages into an iFrame.
May 20, 2007 - Is there any way through script to call the function in  dhtml tabbed menu?
June 06, 2007 - There is a white line drawn under the whole top javascript tabbed menu bar.
Aug 20, 2007 - Currently the links of javascript tab control open in a _blank browser, how do I change this?Sep 08, 2007 - When I  export the file sometimes the links doesn't work in css tabbed menuOct 11, 2007 - Is there a way to open the link of my down horizontal menu in the same window? |