LaERtiS
02-13-2003, 04:33 PM
I am reffering to the RightClick Menu at: http://javascriptkit.com/script/script2/rightclickmenu.shtml
My question is how do I make the Menu open the links in a new window?
Like in HTML <a target="_NEW" href="URL">
I think what has to be changed is a line in the rightmenu.js:
<a href='#' onmousedown='parent.window.location.href=\""+lnk+"\"'>
Thanks in advance!
LaERtiS
My question is how do I make the Menu open the links in a new window?
Like in HTML <a target="_NEW" href="URL">
I think what has to be changed is a line in the rightmenu.js:
<a href='#' onmousedown='parent.window.location.href=\""+lnk+"\"'>
Thanks in advance!
LaERtiS