|
|
|
How to open a link in to a new window by right clicking on the html code menu.
Return to Recent Questions
Q:
We purchased your html code 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 html code 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, 2009 - After click the links the javascript right click menu stops showing up in cross-frame mode...
- March 29, 2009 - How could I call a script instead of specifying a link in dynamic navigation menu myspace?
- Apr 06, 2009 - Can the link items NOT open a new window in the popup menu?
- Apr 14, 2009 - The page I try to open in popup menu right could not found...
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these dropdown javascript items.
- Apr 16, 2009 - Do you have a template that allows me to have a standard windows tree control down menu in javascript?
- Apr 20, 2009 - I'm interested in in the actual java script menue selection opening in the second frame
- Apr 23, 2009 - I cannot configure the actual links or link names in the dropdown menu java?
- May 22, 2009 - I would like to have links of web navigation buttons to our website when javascript turned off.
- May 24, 2009 - When set up links in the floating menu javascript using Tuner app, it changes them to different paths.
- May 25, 2009 - I get a window with an error message "dmObjectsCheck is undefined" in drop down menus in css.
|