Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

deactivate right click

I want to know if there's an option to deactivate the right click on the visitors of the webpage!
I want it because i don't want that people could be able to stole my photos!
Thank you!

Message was edited by: jcshift

MacBook Pro, Mac OS X (10.6.2), iweb

Posted on Apr 12, 2010 7:56 AM

Reply
3 replies

Apr 12, 2010 8:01 AM in response to jcshift

Paste this in a HTML Snippet :

<script language="JavaScript" type="text/javascript">
<!--
parent.document.title = 'Hier een belachelijke titel die nergens op slaat';
var bodyLoad = parent.document.getElementsByTagName("body")[0];
bodyLoad.setAttribute("oncontextmenu","return false;");
bodyLoad.setAttribute( "ondragstart","return false;");
bodyLoad.setAttribute("onselectstart","return false;");
// -->
</script>


It only delays it. If I see your pictures I can save them.

Apr 12, 2010 2:23 PM in response to jcshift

You can put a watermark on your photos to discourage the casual viewer from stealing the photos and using them "as is" but serious thieves can get rid of watermarks if they really want to.

However the size of the purloined photo will be just the size as it is viewed on the page which won't be good for quality prints much larger than half that size on the page.

OT

deactivate right click

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.