hello
Hi:
I'm new and don't know much. How's that for an intro?
I am an artist, building a gallery website, and I am trying to figure how to protect images from (at least) the average joe pulling them off the pages.
I have used the following code:
galleryimg=no ondrag="return false" ondragstart="return false" onmousedown="return false" oncontextmenu="return false"
and this seems to work to keep folks from being able to drag an image on the page easily.
But if they know enought to go to where I have stored images in the images directory, how can I keep them from taking them there?
Thanks for anyone's help.
|