I'm looking for a script for silent right click on images only. Can anyone help?
I'm looking for a script for silent right click on images only. Can anyone help?
not to sure if the ; needs to be thereCode:<img src="no-more-leeching.gif" width="250" height="250" oncontextmenu="return false;">
be advised, that only works in IE5+. To work across browsers, you'd need to use JavaScript (look here), and then all someone needs to do in order to right-click anyway is disable JS in their browser.
Right click is already silent.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I think the OP means this: http://www.dynamicdrive.com/dynamicindex9/noright3.htm
Not really, they specified images only. However, this whole no right click business is stupid. It cannot succeed, as it is preventing the default action of the browser. Oh sure, in some browsers some of the time, and in other browsers never. But at what cost? These sorts of schemes make it hard for others to help you with your code, and sometimes are even responsible for the problem in the first place.
Given all that, my original answer is truly the correct one.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks