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