How can make dhtml tabs to open internet link in the same window?
Return to Recent Questions
Q:
How can make dhtml 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?
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- 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?
- Feb 08, 2007 - I set a target at '_mainFrame' for my menu in html but it opens in its own window.
- Feb 25, 2007 - I am interesting to use the horizontal menu javascript for integration in some CMS
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- April 10, 2007 - Can the link items NOT open a new window in the vertical menu scripts?
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
|