Hi,
I am tired of people pinching images from my website(and text). I have seen this article on how to stop people right clicking and saving photos. I know those that know what they are doing can still get around this but if I were to use this method
<script language=javascript type="text/javascript">
<!--
function nocopy() {
if (event.button==2) {alert ("Sorry! You can't copy this picture."); }
}
-->
</script>
how and where do I put the code. I am fairly clueless when it comes to doing this I warn you so please give any info in words of 1 syllable! - do I have to add this to every single image an piece of text? Any info very greatfully recieved.
I am tired of people pinching images from my website(and text). I have seen this article on how to stop people right clicking and saving photos. I know those that know what they are doing can still get around this but if I were to use this method
<script language=javascript type="text/javascript">
<!--
function nocopy() {
if (event.button==2) {alert ("Sorry! You can't copy this picture."); }
}
-->
</script>
how and where do I put the code. I am fairly clueless when it comes to doing this I warn you so please give any info in words of 1 syllable! - do I have to add this to every single image an piece of text? Any info very greatfully recieved.
Comment