Hi Could someone reccommend a good disable script or another way to discourage right click theft of images?
Thanks
Paul
PatomaS
10:51 pm on Mar 7, 2004 (gmt 0)
well
Sure you can find a good one in javascript.com or in javascriptkit.com...
But i think is enough if you add this function in your head:
function bb() { document.oncontextmenu = function(){return false} }
and loads it in the body with an onload
Hope it helps
Strange
4:51 pm on Mar 8, 2004 (gmt 0)
Just something to think about before doing this. A lot of people use right click to navigate. If those people come across the page and can't use the right click button, they will just leave the page.
AWildman
5:22 pm on Mar 8, 2004 (gmt 0)
And don't forget that there is no way to stop people from doing a print screen to steal your material.
Strange
6:55 pm on Mar 8, 2004 (gmt 0)
Or looking at the source code to get the direct paths to the images for that matter.
antsaint
8:04 pm on Mar 8, 2004 (gmt 0)
Or intuiting the image path, if they're really that intent on it.
Instead of trying to kill off right-click, have you looked at watermarking your images, or inserting copyright text in them?
paul
2:42 pm on Mar 9, 2004 (gmt 0)
Yes i know you cannot stop them, however i was looking for a disable script i could add my own text into, ie
All images are watermaked and copywrited to "The Widget Company" etc etc etc
I have a couple of scripts but they do not letr me edit the text? maybe because the box the text is in is small?