Protection

  • Thread starter Thread starter Johnfli
  • Start date Start date
J

Johnfli

How can I make it so I don't have to worry about people copying content from
my web pages? Meaning I don't want them to be able to right click on an
image and save it to their computer. I have seen some websites that when
you try to right click on an image, you get a message saying you can't do
that. Is that also possible with the text as well?
 
Hello,

Disable Right Click
http://www.dynamicdrive.com/dynamicindex9/noright.htm

Disable text selection
http://www.dynamicdrive.com/dynamicindex9/noselect.htm

Note that the above can still be worked around with disabling JavaScript.
They also present usability problems such as disabling functions associated
with the right-click menu and selection of text when people read.

My advice is not to put it online if copyright is a big issue. Consider
watermarking images. As for text, you might want to PDF them, but that
brings more usability problems.
 
There's no point, anything on your site can be copied, matter of fact it
already has been by anyone that views your site, disabling right click is
amateurish and does nothing.

--
 
There's no point, anything on your site can be copied, matter of fact it
already has been by anyone that views your site, disabling right click is
amateurish and does nothing.

--
 
no, I agree with you, it's just that the person I am doing the webpage for
wants to believe that nobody can copy it.
Personally, I don't care, but one has to make the customer feel good right?
 
But you are misleading the customer!

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Right Click Disabled:
the next time you encounter this, paste the following into the Address bar
once you are at the site:

javascript:void(document.onmousedown=null);void(document.onclick=null);void(document.oncontextmenu=null)
----------------------------------------------
How do I stop people from downloading my graphics or code?

http://continue.to/hope

http://www.digitalmidget.com/help/noclick/index.php

http://www.jamesshuggins.com/h/web1/how_do_i_stop_downloading.htm

http://www.jimcosoftware.com/protect.aspx
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| How can I make it so I don't have to worry about people copying content
from
| my web pages? Meaning I don't want them to be able to right click on an
| image and save it to their computer. I have seen some websites that when
| you try to right click on an image, you get a message saying you can't do
| that. Is that also possible with the text as well?
|
|
 
No, I'm not misleading them. I told them that if anybody REALLY wants it,
they will get it. If it's displayed on teh page, it is obtainable. All
that a person can do, is make it a little more difficult to get.
 
May the force be with you. ;-)
We've all had customers like this.

--
Have you seen ContentSeed (www.contentseed.com)?
--
Chris Leeds
Contact: http://chrisleeds.com/contact

NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
javascript:void(document.onmousedown=null);void(document.onclick=null);void(
document.oncontextmenu=null)

That's a good one :>).

Bob Lehmann
 
Back
Top