|
|
|
My html files still open in a new window in my expand menu javascript...
Return to Recent Questions
Q:
I have a problem with expand menu javascript. I've set target parameter to "_self".
But my html files still opens in a new window.
A:
Check the following parameter:
var itemTarget="_self"; //default target
You can set target parameter for each expand menu javascript item individually.
See menuItems parameter:
var menuItems =
[
["Home","testlink.html","icon.gif","iconover.gif","Home Tip",target,"1"],
["|Our Products","testlink.html","icon1.gif","icon2.gif","Our
Products Tip","_self",,"0"],
];
Try that.
Return to Recent Questions
Related:
- March 12, 2007 - I don't understand, how can change place of the icon in button context menu...
- March 12, 2007 - I have problems with image paths when I create simple html menu in DHTML Tuner.
- March 13, 2007 - Now we are having the "Incorrect Copyright" on our menu javascripts...
- March 14, 2007 - I am having a problem with css styles in the javascript side menu.
- March 14, 2007 - How do I enable javascript on the new browser, so I can see my javascript collapsible menu?
- March 15, 2007 - I have problems with transitional effects in Firefox in the floating menus...
- March 15, 2007 - How can I disable items in drop down menu examples?
- March 16, 2007 - Is there any way to keep a dhtml menu creator lit up when going to another page?
- March 16, 2007 - How can I change item width in the Vista templates in the css dhtml menu?
- March 18, 2007 - I am getting a Javascript error, when accessing any of the popup menu in java.
- March 19, 2007 - How to get the menu web part to highlight and stay on the page you're viewing?
|