|
|
|
I do not see any option in down menu java script to open the URL in new window on right-click
Return to Recent Questions
Q:
I have found (was it like this before??) that if I
right-mouse click over a menu item then I do not see
any option to open the URL in new window....
I do not get any options at all to open the URL in new
window (or same window), in the browser context menu
(both IE and Firefox).
A:
No, DHTML Menu doesn't support this feature. This is only text, not a
link. And we won't change it. Because now you're able to paste any
html code within down menu java script item.
var menuItems = [
["<div>Arbeidsplaner</div>","cp_workplan.php",,,,"_self","0","0"],
You can write your links in the following way:
["Channels","", , , , , , , , ],
["|<a class='menu' href='http://google.com/'>google</a>","", , , , "_self", , , , ],
["|<a class='menu' href='http://google.com'>Market</a>","", , , , "_", , , , ],
And create a style:
A.menu {
color: #000;
text-decoration: none;}
A.menu:hover {
color: #000;
text-decoration: underline;}
Return to Recent Questions
Related:
- March 14, 2007 - How do I enable javascript on the new browser, so I can see my drop down menu over?
- Apr 06, 2007 - Can the link items NOT open a new window in the html floating menu?
- Apr 16, 2007 - Do you have a template that allows me to have a standard windows tree control java script drop down menu?
- May 30, 2007 - If the new page in the frame is a frameset itself, the dhtml toolbar won't show up.
- Jul 04, 2007 - My html files still open in a new window in my select javascript...
- Jul 27, 2007 - Is it possible to customize the direction of click menu javascript submenus relative to the browser window...
- Aug 07, 2007 - I can not create new popup windows by clicking on a dynamic dropdown menus item.
- Aug 15, 2007 - Why the css vertical menu alignment changes depending on the browser window size?
- 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
- Aug 23, 2007 - My body onload function is blocked with the new version of dhtml menu horizontal.
- Oct 09, 2007 - I want to open the new html window with a certain size only 800x400 using vertical menu
|