HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
HTML Code for eliminating right click
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
mspbag



Joined: 01 Oct 2008
Posts: 1

PostPosted: Wed Oct 01, 2008 7:13 am     HTML Code for eliminating right click Reply with quote

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.

Thank you.
Barb G
sticks464



Joined: 31 Dec 2006
Posts: 1284

PostPosted: Wed Oct 01, 2008 7:51 am     Reply with quote

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.
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8431
Location: Castle Pines North, CO USA

PostPosted: Wed Oct 01, 2008 10:08 am     Reply with quote



How can I protect my images but don't bother with it as mentioned.

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.

_________________
Corey
Toll Free Solutions | Mile High Merchant Accounts
Newbie101



Joined: 09 Oct 2008
Posts: 35

PostPosted: Tue Oct 14, 2008 10:26 am     Reply with quote

here is code anyways if you still want it.

Code:
<script LANGUAGE="JavaScript">
<!--
function click()
   {
   if (event.button==2)
      {
      alert('I will not let you do that');
      }
   }
document.onmousedown=click
// -->
</script>
[/code]
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial