PDA

View Full Version : Java Script


Marlox
05-20-2001, 01:25 AM
I am working on a school project were I have to build a web site. On this site there are going to be quite a few pictures taken by students. My teacher has asked me to make it so that the pictures cannot be saved off of the site. My question is what Java scripting is required to make it so that a if a visitor to the site right clicked to view source or to save the picture would not be able to. I have seen this on a few sites, when I right click I get a
Java message.

Thanks for any help.

Jesse
05-20-2001, 03:28 AM
http://www.puterdeco.com/scripts/no-right-click.html

or

http://www.palmer58.freeserve.co.uk/microsoft/publisher/andy/stopstealing.htm

or basically anything here:

http://www.alltheweb.com/cgi-bin/search?type=all&query=stop+right+button+javascript

Cheers

Jesse

Marlox
05-21-2001, 06:33 AM
Thanks for the help!