PC Review


Reply
Thread Tools Rate Thread

Re: I want to restrict copying on my site

 
 
Joe Rohn
Guest
Posts: n/a
 
      7th Jan 2007
Hi blueyedawn,

The short answer is you can't. Once the page or image is viewed it is in the
browsers cache and can be had.

There are no-right click scripts available..but they will not deter people
that want your images from taking them..so please don't waste any time with
implementing those.

--
Joe
Microsoft MVP FrontPage

Expression and FrontPage Web Forums:
http://www.timeforweb.com/frontpage/forum/default.asp


"blueyedawn" <(E-Mail Removed)> wrote in message
news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
>I have data and pictures that I need to ensure can't be clicked and copied
> that are used to misrepresent many in my industry. How can I restrict
> copying on my published site?



 
Reply With Quote
 
 
 
 
=?Utf-8?B?Ymx1ZXllZGF3bg==?=
Guest
Posts: n/a
 
      7th Jan 2007
I found this:

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

"Joe Rohn" wrote:

> Hi blueyedawn,
>
> The short answer is you can't. Once the page or image is viewed it is in the
> browsers cache and can be had.
>
> There are no-right click scripts available..but they will not deter people
> that want your images from taking them..so please don't waste any time with
> implementing those.
>
> --
> Joe
> Microsoft MVP FrontPage
>
> Expression and FrontPage Web Forums:
> http://www.timeforweb.com/frontpage/forum/default.asp
>
>
> "blueyedawn" <(E-Mail Removed)> wrote in message
> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
> >I have data and pictures that I need to ensure can't be clicked and copied
> > that are used to misrepresent many in my industry. How can I restrict
> > copying on my published site?

>
>
>

 
Reply With Quote
 
 
 
 
Joe Rohn
Guest
Posts: n/a
 
      7th Jan 2007
As a test please put that script on any page you want..tell me the url.. and
I will send you the image you don't want taken in about 10 seconds.

It will Not protect image theft. Anyone that really wants an image will
still get it very quickly with that script.

I don't mean to sound harsh..I just don't think you should falsely believe
it will help.

--
Joe
Microsoft MVP FrontPage

Expression and FrontPage Web Forums:
http://www.timeforweb.com/frontpage/forum/default.asp

"blueyedawn" <(E-Mail Removed)> wrote in message
news:21BB0487-ABDF-4746-8C2E-(E-Mail Removed)...
>I found this:
>
> <script language=JavaScript>
> <!--
>
> //Disable right mouse click Script
> //By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
> //For full source code, visit http://www.dynamicdrive.com
>
> var message="Function Disabled!";
>
> ///////////////////////////////////
> function clickIE4(){
> if (event.button==2){
> alert(message);
> return false;
> }
> }
>
> function clickNS4(e){
> if (document.layers||document.getElementById&&!document.all){
> if (e.which==2||e.which==3){
> alert(message);
> return false;
> }
> }
> }
>
> if (document.layers){
> document.captureEvents(Event.MOUSEDOWN);
> document.onmousedown=clickNS4;
> }
> else if (document.all&&!document.getElementById){
> document.onmousedown=clickIE4;
> }
>
> document.oncontextmenu=new Function("alert(message);return false")
>
> // -->
> </script>
>
> "Joe Rohn" wrote:
>
>> Hi blueyedawn,
>>
>> The short answer is you can't. Once the page or image is viewed it is in
>> the
>> browsers cache and can be had.
>>
>> There are no-right click scripts available..but they will not deter
>> people
>> that want your images from taking them..so please don't waste any time
>> with
>> implementing those.
>>
>> --
>> Joe
>> Microsoft MVP FrontPage
>>
>> Expression and FrontPage Web Forums:
>> http://www.timeforweb.com/frontpage/forum/default.asp
>>
>>
>> "blueyedawn" <(E-Mail Removed)> wrote in message
>> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
>> >I have data and pictures that I need to ensure can't be clicked and
>> >copied
>> > that are used to misrepresent many in my industry. How can I restrict
>> > copying on my published site?

>>
>>
>>



 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      7th Jan 2007
I can do it in 9.553 seconds.




"Joe Rohn" <(E-Mail Removed)> wrote in message
news:O$(E-Mail Removed)...
| As a test please put that script on any page you want..tell me the url..
and
| I will send you the image you don't want taken in about 10 seconds.
|
| It will Not protect image theft. Anyone that really wants an image will
| still get it very quickly with that script.
|
| I don't mean to sound harsh..I just don't think you should falsely believe
| it will help.
|
| --
| Joe
| Microsoft MVP FrontPage
|
| Expression and FrontPage Web Forums:
| http://www.timeforweb.com/frontpage/forum/default.asp
|
| "blueyedawn" <(E-Mail Removed)> wrote in message
| news:21BB0487-ABDF-4746-8C2E-(E-Mail Removed)...
| >I found this:
| >
| > <script language=JavaScript>
| > <!--
| >
| > //Disable right mouse click Script
| > //By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
| > //For full source code, visit http://www.dynamicdrive.com
| >
| > var message="Function Disabled!";
| >
| > ///////////////////////////////////
| > function clickIE4(){
| > if (event.button==2){
| > alert(message);
| > return false;
| > }
| > }
| >
| > function clickNS4(e){
| > if (document.layers||document.getElementById&&!document.all){
| > if (e.which==2||e.which==3){
| > alert(message);
| > return false;
| > }
| > }
| > }
| >
| > if (document.layers){
| > document.captureEvents(Event.MOUSEDOWN);
| > document.onmousedown=clickNS4;
| > }
| > else if (document.all&&!document.getElementById){
| > document.onmousedown=clickIE4;
| > }
| >
| > document.oncontextmenu=new Function("alert(message);return false")
| >
| > // -->
| > </script>
| >
| > "Joe Rohn" wrote:
| >
| >> Hi blueyedawn,
| >>
| >> The short answer is you can't. Once the page or image is viewed it is
in
| >> the
| >> browsers cache and can be had.
| >>
| >> There are no-right click scripts available..but they will not deter
| >> people
| >> that want your images from taking them..so please don't waste any time
| >> with
| >> implementing those.
| >>
| >> --
| >> Joe
| >> Microsoft MVP FrontPage
| >>
| >> Expression and FrontPage Web Forums:
| >> http://www.timeforweb.com/frontpage/forum/default.asp
| >>
| >>
| >> "blueyedawn" <(E-Mail Removed)> wrote in message
| >> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
| >> >I have data and pictures that I need to ensure can't be clicked and
| >> >copied
| >> > that are used to misrepresent many in my industry. How can I
restrict
| >> > copying on my published site?
| >>
| >>
| >>
|
|


 
Reply With Quote
 
Tom Willett
Guest
Posts: n/a
 
      7th Jan 2007
I can "Name That Tune" in no seconds.

--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"Rob Giordano (Crash)" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I can do it in 9.553 seconds.
>
>
>
>
> "Joe Rohn" <(E-Mail Removed)> wrote in message
> news:O$(E-Mail Removed)...
> | As a test please put that script on any page you want..tell me the url..
> and
> | I will send you the image you don't want taken in about 10 seconds.
> |
> | It will Not protect image theft. Anyone that really wants an image will
> | still get it very quickly with that script.
> |
> | I don't mean to sound harsh..I just don't think you should falsely
> believe
> | it will help.
> |
> | --
> | Joe
> | Microsoft MVP FrontPage
> |
> | Expression and FrontPage Web Forums:
> | http://www.timeforweb.com/frontpage/forum/default.asp
> |
> | "blueyedawn" <(E-Mail Removed)> wrote in message
> | news:21BB0487-ABDF-4746-8C2E-(E-Mail Removed)...
> | >I found this:
> | >
> | > <script language=JavaScript>
> | > <!--
> | >
> | > //Disable right mouse click Script
> | > //By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
> | > //For full source code, visit http://www.dynamicdrive.com
> | >
> | > var message="Function Disabled!";
> | >
> | > ///////////////////////////////////
> | > function clickIE4(){
> | > if (event.button==2){
> | > alert(message);
> | > return false;
> | > }
> | > }
> | >
> | > function clickNS4(e){
> | > if (document.layers||document.getElementById&&!document.all){
> | > if (e.which==2||e.which==3){
> | > alert(message);
> | > return false;
> | > }
> | > }
> | > }
> | >
> | > if (document.layers){
> | > document.captureEvents(Event.MOUSEDOWN);
> | > document.onmousedown=clickNS4;
> | > }
> | > else if (document.all&&!document.getElementById){
> | > document.onmousedown=clickIE4;
> | > }
> | >
> | > document.oncontextmenu=new Function("alert(message);return false")
> | >
> | > // -->
> | > </script>
> | >
> | > "Joe Rohn" wrote:
> | >
> | >> Hi blueyedawn,
> | >>
> | >> The short answer is you can't. Once the page or image is viewed it is
> in
> | >> the
> | >> browsers cache and can be had.
> | >>
> | >> There are no-right click scripts available..but they will not deter
> | >> people
> | >> that want your images from taking them..so please don't waste any
> time
> | >> with
> | >> implementing those.
> | >>
> | >> --
> | >> Joe
> | >> Microsoft MVP FrontPage
> | >>
> | >> Expression and FrontPage Web Forums:
> | >> http://www.timeforweb.com/frontpage/forum/default.asp
> | >>
> | >>
> | >> "blueyedawn" <(E-Mail Removed)> wrote in message
> | >> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
> | >> >I have data and pictures that I need to ensure can't be clicked and
> | >> >copied
> | >> > that are used to misrepresent many in my industry. How can I
> restrict
> | >> > copying on my published site?
> | >>
> | >>
> | >>
> |
> |
>
>



 
Reply With Quote
 
Brian Mailman
Guest
Posts: n/a
 
      8th Jan 2007
So, you don't like left-handers who have a reverse mouse set up?

B/

blueyedawn wrote:

> I found this:
>
> <script language=JavaScript>
> <!--
>
> //Disable right mouse click Script
> //By Maximus ((E-Mail Removed)) w/ mods by DynamicDrive
> //For full source code, visit http://www.dynamicdrive.com
>
> var message="Function Disabled!";
>
> ///////////////////////////////////
> function clickIE4(){
> if (event.button==2){
> alert(message);
> return false;
> }
> }
>
> function clickNS4(e){
> if (document.layers||document.getElementById&&!document.all){
> if (e.which==2||e.which==3){
> alert(message);
> return false;
> }
> }
> }
>
> if (document.layers){
> document.captureEvents(Event.MOUSEDOWN);
> document.onmousedown=clickNS4;
> }
> else if (document.all&&!document.getElementById){
> document.onmousedown=clickIE4;
> }
>
> document.oncontextmenu=new Function("alert(message);return false")
>
> // -->
> </script>
>
> "Joe Rohn" wrote:
>
>> Hi blueyedawn,
>>
>> The short answer is you can't. Once the page or image is viewed it is in the
>> browsers cache and can be had.
>>
>> There are no-right click scripts available..but they will not deter people
>> that want your images from taking them..so please don't waste any time with
>> implementing those.
>>
>> --
>> Joe
>> Microsoft MVP FrontPage
>>
>> Expression and FrontPage Web Forums:
>> http://www.timeforweb.com/frontpage/forum/default.asp
>>
>>
>> "blueyedawn" <(E-Mail Removed)> wrote in message
>> news:C6F86BA0-9843-48EC-A841-(E-Mail Removed)...
>> >I have data and pictures that I need to ensure can't be clicked and copied
>> > that are used to misrepresent many in my industry. How can I restrict
>> > copying on my published site?

>>
>>
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
want to "un"restrict a site... Lisa in NH Windows XP Help 12 1st Nov 2008 02:06 PM
RE: I want to restrict copying on my site =?Utf-8?B?dGVycnk3NTky?= Microsoft Frontpage 0 7th Jan 2007 11:28 PM
Re: I want to restrict copying on my site Rob Giordano \(Crash\) Microsoft Frontpage 0 7th Jan 2007 08:08 PM
Please view my site it's a site it's a site i need feed back about Praveen Windows XP Basics 2 3rd Feb 2004 09:11 PM
Please view my site it's a site it's a site i need feed back about Praveen Windows XP Accessibility 0 3rd Feb 2004 09:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:29 PM.