|  |  | 
      Return to Recent Questions I did not see how you get the content of link value of the tab  to display below css tab menu 
 
 Q:
I did not see how you get the content of link value of the tab  to display below css tab menu.
 The closet I got was to click a tab and have
a second window open up wit the content of the link.
 
 
 A:
See in Deluxe Tabs there are two modes:
 
 1. var tabMode=0;
 You can create only one level of tabs and assign Object Id's of the
 DIV's to show when you click on the tab.
 
 ["XP Tab 1","content1", "", "", "", "", "", "", "", ],
 ["XP Tab 2","content2", "", "", "", "", "", "", "", ],
 ["XP Tab 3","content3", "", "", "", "", "", "", "", ],
 ["XP Tab 4","content4", "", "", "", "", "", "", "", ],
 
 2. var tabMode=1;
 You can assign only links in this mode.
 You should create top level items with subitems.
 
 ["XP Tab 1","", "", "", "", "", "", "", "", ],
 ["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
 ["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
 ["XP Tab 2","", "", "", "", "", "", "", "", ],
 ["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
 ["XP Tab 3","", "", "", "", "", "", "", "", ],
 ["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ],
 
 You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
 "object:" - means that there is object id after it;
 "link:" - means that there is a link after it.
 "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
 
 So, you should write for example:
 
 ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],
 
 
 
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         Sep 05, 2006 - Change cursor to a hand when over a menu link...
Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
Oct 01, 2006 - When I click on link of my vertical drop down menu no file is loaded!?
Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
Nov 03, 2006 - Can-t get our favorite template to linkin the javascript cascade menu
Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
Nov 14, 2006 - Can dhtml menu script work with tables ?
Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
 |