|
|
I have created menu website, but the links don't work in javascript menu tab
Return to Recent Questions
Q:
I have created menu website, 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 dynamic navigation menu items.
- Apr 23, 2009 - I cannot configure the actual links or link names in the down menus dhtml?
- Jun 06, 2009 - I tried to create the html version of the dhtml javascript menu but it is still not working.
- Jun 18, 2009 - Is there a way to show a links like I have in the populate drop down menu 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 css drop down menus
- Aug 24, 2009 - The java dropdown menu works fine in the java dropdown menu maker preview screen, but not on the html page.
- Aug 28, 2009 - Can this javascript menu tree work with tables?
- Nov 08, 2009 - I want to open links in a new window in the website tabs javascript menu maker?
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR drop down menus in javascript???
- Dec 24, 2009 - Suddenly all the menu link targets don't work anymore in my menus web.
- Jan 08, 2010 - ..bitebackimage is not showing in the drop down menu using tabs samples
|