Posted: Wed Oct 01, 2008 7:13 am HTML Code for eliminating right click
Clearly out of my league here. The website I am trying to provide content/image protection for is http://www.mntherapyanimals.com I contacted SiteBuilder regarding the matter and this is not a feature of their program. The suggestion, however was to get the HTML code to "eliminate right click" and insert on each page.
The question then becomes to locate a resource where I can find this code.
A no-right-click cannot stop anyone from getting your images which is what it is normally used for. There are half a dozen ways around it to get images. The simpliest way to prevent use of your images is to lightly watermark the center of all the images you want to protect. This is very time consuming and difficult to remove.
It does not work, users can disable JavaScript, a picture is in the user's temporary browser. Nothing, except using some type of rights managing will help you. Someone will figure out a way to get them if they want them.
<script LANGUAGE="JavaScript">
<!--
function click()
{
if (event.button==2)
{
alert('I will not let you do that');
}
}
document.onmousedown=click
// -->
</script>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum