|
|
|
I have created vertical menus, but the links don't work in javascript menu tab
Return to Recent Questions
Q:
I have created vertical menus, but the links don't work.
A:
See, you can use links if you have
var tabMode=1;
only.
If you have
var tabMode=0;
You should use the ID of the DIV.
But you can try to open your pages using different targets in the
following way
["tab text", "javascript: window.open('test.html', 'frameName')", ...],
["tab text", "javascript: window.open('test.html', '_self')", ...],
["tab text", "javascript: window.open('test.html', '_blank')", ...],
Where frameName - the name of the frame where to open the page test.html.
Using this method you can create Deluxe Tabs in
var tabMode=0; and var tabMode=1;
Return to Recent Questions
Related:
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these web site menus items.
- Apr 23, 2009 - I cannot configure the actual links or link names in the pull down menu html?
- Jun 06, 2009 - I tried to create the html version of the site navigation but it is still not working.
- Jun 18, 2009 - Is there a way to show a links like I have in the dropdown menu download if the JavaScript is not allowed on computer?
- Jul 30, 2009 - I need the cursor not to change when hovering over items which don't have links in dhtml floating window
- Aug 24, 2009 - The list css menu works fine in the list css menu maker preview screen, but not on the html page.
- Aug 28, 2009 - Can this tree menu css work with tables?
- Nov 08, 2009 - I want to open links in a new window in the website tabs popup menu script?
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR tab menu css???
- Dec 24, 2009 - Suddenly all the menu link targets don't work anymore in my menu javascript.
- Jan 08, 2010 - ..bitebackimage is not showing in the css menu vertical tabs samples
|