|
|
|
How to open a link in to a new window by right clicking on the cascade menu.
Return to Recent Questions
Q:
We purchased your cascade menu and would like a way to give our users
the ability to right click and open a link in to a new window.
Is there a way to do this? If not, do you have a work around that people have found helpful.
As an example, I have a menu item that goes to
http://www.google.com. Typically, it loads this in to one of our
frames. However, I would like the end user to have the ability to
either load it in to one of our existing frames or to load it in its
own window.
A:
You can try to write the following code for your cascade menu items:
["<a href='index.html' target='_blank' class='home'>Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],
And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}
Return to Recent Questions
Related:
- March 26, 2007 - After click the links the dynamic menu items stops showing up in cross-frame mode...
- March 29, 2007 - How could I call a script instead of specifying a link in right button menu myspace?
- Apr 06, 2007 - Can the link items NOT open a new window in the html floating menu?
- Apr 14, 2007 - The page I try to open in menu popup could not found...
- Apr 15, 2007 - My mainmenu items are not links. So I need no link cursor for these vertical menu using items.
- Apr 16, 2007 - Do you have a template that allows me to have a standard windows tree control java script drop down menu?
- Apr 20, 2007 - I'm interested in in the actual down menu vertical selection opening in the second frame
- Apr 23, 2007 - I cannot configure the actual links or link names in the drag drop javascript?
- May 22, 2007 - I would like to have links of menu flyout to our website when javascript turned off.
- May 24, 2007 - When set up links in the html menu using Tuner app, it changes them to different paths.
- May 25, 2007 - I get a window with an error message "dmObjectsCheck is undefined" in transparent drop down menus.
|