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