Click to See Complete Forum and Search --> : No Right Click Help


Lyn
07-01-2003, 04:12 AM
Hi,

I'm really new to html, javascript etc. I am trying to find the javascript codes to stop 'right click' saves. I want to make sure the images I have on my site cannot be 'right clicked' by anyone. I know some of it only works in ie.

Is there an easy code for this?

And, please excuse the dumb question, but could someone tell me exactly where you put the code and how it should look on the page? I've tried other codes but it doesn't work so obviously I'm not doing it right.

Thank you,

Lyn
australia

Asch
07-01-2003, 04:36 AM
Hi actually, ther are a few scripts that can blok the 2 button and 3 button of the mous(works, IE&NS)..so that only the left click works...

you l find some stuffHERE (http://www.dynamicdrive.com/dynamicindex9/noright.htm)

but ther no way to protect FULLY your images, someone ho knows about it can grab the images from your server...or simply disaeble javascript...

cheers

asch

Lyn
07-02-2003, 05:22 AM
Thank you very much, Asch :D That worked :D

Lyn

chrismartz
07-03-2003, 01:55 PM
if you try blocking the right click there are still ways to get around that. I believe that having a no-right click is worthless.

nkaisare
07-03-2003, 02:09 PM
Originally posted by Lyn
I want to make sure the images I have on my site cannot be 'right clicked' by anyone. I know some of it only works in ie.

At least as of now (and most likely in times to come), there is no way for you to prevent users from copying your image. The only way to protect your image is to watermark it (eg, at some corner of the image, you can have "Lyn" or something like that inscribed).