RE: images on the internet

by "Katherine Pollara" <kpollara(at)home.com>

 Date:  Sun, 11 Nov 2001 17:18:08 -0500
 To:  <hwg-techniques(at)mail.hwg.org>
 In-Reply-To:  mshome
  todo: View Thread, Original
I like your idea of slicing the image, but, of course, this would be
extremely cumbersome if you have lots of images and it has it's
disadvantages too.  However, I think any deterrent is better than none at
all.
Kate Pollara

-----Original Message-----
From: owner-hwg-techniques(at)hwg.org
[mailto:owner-hwg-techniques(at)hwg.org]On Behalf Of Angel One
Sent: Sunday, November 11, 2001 12:59 PM
To: hwg-techniques(at)mail.hwg.org
Subject: Re: images on the internet


    Hi Satch,
    Here is a javascript I've used in the past:
<script language="JavaScript">

<!--
// No rightclick script v.2.5
//
//
// Don't delete this header!

var message="Sorry, right-clicking is disabled to help protect our
copyrights. All contents Copyright 1999, 2000  - Paul Angel. Any
unauthorized copying, duplication, or distribution is strictly prohibited.";
// Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->

</script>

As the others pointed out, this is just a deterrent for folks that don't
know alot about computers. It also eliminates the use of right-clicking to
add to favorites. You can also split the image into smaller peices, but that
dosen't eliminate the screen capture. Your client will just have to be happy
with the limitations, unless they want to spend *alot* of money for
software.
HTH,
          Paul Angel

http://valuewebinc.com
http://v-firms.com
http://webcomnow.com
http://sitesense.com
http://DigitalRescue.org

Should you need a domain name registered I highly recomend  DirectNIC.
 http://www.directnic.com/?5204
It's just $15 per year with several perks and great service!

----- Original Message -----
From: "Satch Reed" <satchreed(at)starpower.net>
To: <hwg-techniques(at)mail.hwg.org>
Sent: Sunday, November 11, 2001 9:58 AM
Subject: images on the internet


> Hi Folks:
>
> I have a client who's interested in having it be impossible
> to copy images from his website. Is this possible?
>
> Is it possible to use a javascript right click function that
> basically overrides the right click browser functions? So
> that if someone wanted to copy an image off a web page, when
> they right click the image to save it, they get some other
> function or perhaps a dialog box saying the image can't be
> copied.
>
> Any and all suggestions appreciated.
>
> Satch Reed
>
> --
> Reed Web Design
> Arlington, VA
> http://www.reedwebdesign.com
> info(at)reedwebdesign.com
> Toll Free 1-888-922-5374
> Fax 703 920-1841
>
>
>
>

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA