How can I open the links that I created for the items /sub-items on the same window for the mouseover menu?
Return to Recent Questions
Q:
How can I open the links that I created for the items /sub-items on the same window for the mouseover menu (not on a new window)?
A:
You can set target parameter for all items:
var itemTarget="_self";
or for each item individually:
["","testlink.htm","http://images.myregistry.com/images/myregistry/tabs/thingstodo.gif", "http://images.myregistry.com/images/myregistry/tabs/thingstodo1.gif", "Home Tip","_self", "0", "0", , ],
Return to Recent Questions
Related:
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Sep 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
- Nov 21, 2006 - Why the javascript submenu alignment changes depending on the browser window size?
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
|