|
I wanna open link in new window after click link in drop down menus html
Return to Recent Questions
Q:
I wanna open link in new window after click link in drop down menus html
how can make it ?
A:
You should set the following parameter:
var itemTarget="_blank";
Return to Recent Questions
Related:
- March 26, 2009 - After click the links the using drop down menus stops showing up in cross-frame mode...
- Apr 06, 2009 - Can the link items NOT open a new window in the drop down menu navigation?
- May 31, 2009 - I set a target at '_mainFrame' for my javascript menu dhtml but it opens in the same window.
- Jun 16, 2009 - I want to add a javascript link with onclick event to the script menu tree
- Jul 04, 2009 - My html files still open in a new window in my horizontal navigation menu...
- Jul 22, 2009 - How to use a simple dropdown menu item so that it opens a window at a certain size?
- Aug 07, 2009 - I can not create new popup windows by clicking on a drop down menu examples item.
- Aug 18, 2009 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Aug 20, 2009 - How can I open a new window of a specific size in the collapsible tree menu?New Window with Specific Size in Collapsible tree menu
- Sep 04, 2009 - How to use javascript calls when the link is clicked in the vertical sliding menu?
- Sep 06, 2009 - How to open your javascript menu scroll by click, not on mouseover?
|