<script>
function noClip() {
  if(document.all) {
    window.clipboardData.setData("Text", "");
  }
  return true;
}

setInterval("noClip()", 1000);

</script>

you poll it and it keeps clearing the clip board

doesnt stop you using snagit or something like that though


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of grant
Sent: Friday, May 13, 2005 4:04 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: OT: preventing image copying


prolly this from the source:

function noClip(e) {
  if(document.all) {
    window.clipboardData.setData("Text", "");
  }
  return true;
}

On 5/13/05, Ryan Sabir <[EMAIL PROTECTED]> wrote:
>
> Hiya,
>
> All this time I've been telling one of my clients that its very hard
> to stop people from copying images from your site because they can
> always press the 'Print Screen' button and paste the screen capture
> into Photoshop.. then he goes and shows me this:
>
>
http://www.amazon.com/gp/reader/0789305313/ref=sib_dp_pt/002-8355156-6824057
>
> Somehow amazon have blocked the ability to do a Print Screen, well
> from Internet Explorer anyway.
>
> Does anyone know how they did this?
>
> bye!
>
> -----------------------
> Ryan Sabir
> Newgency Pty Ltd
> 2a Broughton St
> Paddington 2021
> Sydney, Australia
> Ph (02) 9331 2133
> Fax (02) 9331 5199
> Mobile: 0411 512 454
> http://www.newgency.com/index.cfm?referer=rysig
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to