Click to See Complete Forum and Search --> : Diabling the right 'Open in New Window' option for hyperlink
Gopinath
07-23-2003, 07:14 AM
i want to diable 'open in New Window' option when i am right click the mouse button over the Javascript.
Is it possible in javascript or any other methods?
pls send ur code
thanq
In IE5.5 you can use a custom context menu like this: http://www.javascriptkit.com/script/script2/rightclickmenu.shtml. Other than that, I think all you can do is disable it all together...
AdamBrill
07-23-2003, 07:36 AM
Here is a right-click menu that I modified so it only uses the menu on links...