|
Can the link items NOT open a new window in the html floating menu?
Return to Recent Questions
Q:
I want to use this html floating menu with ASP.
For ASP the current window needs to be used with whatever value
is in the link parameter.
Can the link items NOT open a new window?
A:
html floating menu uses window.open or href-method depending on the target parameter.
If you set "" or "_self" target the html floating menu uses href-method and if you
set "_blank" or frame name the html floating menu uses window.open and opens your link in a new window.
You should use the following parameter
var titemTarget = "_self";
or
var titemTarget = "";
See also individual items targets, for example:
{|The Team, http://www.domain.co.uk/receptionist.htm, _blank,}
Change "_blank" to "" or to "_self".
Return to Recent Questions
Related:
- May 31, 2007 - I set a target at '_mainFrame' for my java popup menu but it opens in the same window.
- Jul 04, 2007 - My html files still open in a new window in my select javascript...
- Jul 22, 2007 - How to use a javascript dropdown menu item so that it opens a window at a certain size?
- Aug 07, 2007 - I can not create new popup windows by clicking on a dynamic dropdown menus item.
- Aug 20, 2007 - How can I open a new window of a specific size in the simple dhtml menu?New Window with Specific Size in Simple dhtml menu
- Oct 09, 2007 - I want to open the new html window with a certain size only 800x400 using vertical menu
- Oct 12, 2007 - I do not see any option in down menu java script to open the URL in new window on right-click
- Oct 12, 2007 - The javascript dhtml menus opens a new window although I haven't set item's target...
- Nov 06, 2007 - How can I open the link in a new window with your script java menu?
- Nov 08, 2007 - I want to open links in a new window in the website tabs scrolling menu?
- Dec 06, 2007 - I want to open the new html window with a certain size only 800x400 using navigation in web...
|