Click to See Complete Forum and Search --> : Right Click Disable


lavagirl669
11-09-2004, 02:39 AM
I have the java script to use for right click disabling, but have no idea how to or where to put in my image in that script.

Forgive me I'm a bit of a noob and do not know much of that at all.

I want to set up a gallery of images on a modeling type site
which has right click copyright protection on the images.

I know people can get around this, but this is what the client wants.

Anyone please help....would be greatly appreciated, thanks.

Lava
http://javascript.internet.com/page-details/disable-images-click.html

David Harrison
11-09-2004, 10:40 AM
Please don't double-post (http://www.webdeveloper.com/forum/showthread.php?s=&threadid=48603).

lavagirl669
11-09-2004, 04:22 PM
Sorry for the Dbl post, but I realized I had originally posted in the wrong forum and posted again.

Paul Jr
11-09-2004, 09:44 PM
You don't put your image anywhere in there. In fact, you don't have to do anything different with your images. The script loops through all the images and dynamically sets the function to invoke onmousedown and onmouseup.

lavagirl669
11-10-2004, 01:18 AM
Thanks Paul