How can make my html vertical tabs to open internet link in the same window?
Return to Recent Questions
Q:
How can make my html vertical tabs to open internet link in the same window?
A:
You should set the following paramter in your data.js file (file, created in Deluxe Tuner),
where your tab-menu parameters (vars) and items (var bmenuItems) are placed.
var bitemTarget = "_blank";
Default target for all items ("_self","_blank","_parent","_top",...).
If equal to "" - defined as "_self".
Or you can set target parameter in your data file using Deluxe Tuner:
"Tab mode" section in the menu parameters list.
Return to Recent Questions
Related:
- Sep 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- Oct 01, 2006 - When I click on link of my vertical drop down menu no file is loaded!?
- Oct 31, 2006 - Java script executes when the link is clicked it is not the html drop down link itself.
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Dec 06, 2006 - Is using search engine friendly code the same as using normal html menu bar for spiders?
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 29, 2006 - How can I open sliding drop down menu on simple link mouse over?
- Jan 03, 2007 - In the horizontal drop down menu my html files still open in a new window.
- Jan 08, 2007 - Do you have a list of which browsers that your dhtml floating window is compatible with?
- Jan 28, 2007 - I would like to add a javascript link with onclick event to the html jump menu
|