sexta-feira, 17 de junho de 2011

How to block copying of images

This prevents copying image to block the right mouse button, but does not prevent your image from some other form (print scrren and others). To do this add the following code to the address of the image:

oncontextmenu = "return false"



Looks like this:

<img src="image location" oncontextmenu="return false">

0 comentários:

Postar um comentário

También hemos publicado: