Click to See Complete Forum and Search --> : right click opens new window


webtekie
12-02-2003, 03:12 PM
Hi guys,

Is there a way to make it so when user right-clicks on a link a new window opens?

thanks,
webtekie

fredmv
12-02-2003, 03:16 PM
Try this:<a href="http://www.google.com/" oncontextmenu="window.open(this.href, '', '');return false;">Right-click this link.</a>It appears to work in Mozilla 1.6a and IE6, however, fails in Opera 7.23.

webtekie
12-02-2003, 03:28 PM
thanks!:D