PC Review


Reply
Thread Tools Rate Thread

How do i disable right click to stop people copying my site

 
 
=?Utf-8?B?bWlrZSBhbGxhbg==?=
Guest
Posts: n/a
 
      19th Oct 2004
How do i disable the right click command to prevent others copying my work on
my site
 
Reply With Quote
 
 
 
 
=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo
Guest
Posts: n/a
 
      19th Oct 2004
forget it...its a waste of time.


"mike allan" <mike (E-Mail Removed)> wrote in message newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
| How do i disable the right click command to prevent others copying my work on
| my site
 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      19th Oct 2004
Your question doesn't make sense as stated. Disabling right-click doesn't
prevent others from copying work on your site. It DOES p*ss people off,
though, if that is your intention.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"mike allan" <mike (E-Mail Removed)> wrote in message
newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
> How do i disable the right click command to prevent others copying my work

on
> my site



 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo
Guest
Posts: n/a
 
      19th Oct 2004
I wonder is anyone keeps track of 'most asked questions'...this one has got to be in the top ten.


"Kevin Spencer" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Your question doesn't make sense as stated. Disabling right-click doesn't
| prevent others from copying work on your site. It DOES p*ss people off,
| though, if that is your intention.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| I get paid good money to
| solve puzzles for a living
|
| "mike allan" <mike (E-Mail Removed)> wrote in message
| newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
| > How do i disable the right click command to prevent others copying my work
| on
| > my site
|
|
 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      19th Oct 2004
Why would you want to keep left handed people out of your site?

--
Murray

"mike allan" <mike (E-Mail Removed)> wrote in message
newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
> How do i disable the right click command to prevent others copying my work
> on
> my site



 
Reply With Quote
 
Bob Lehmann
Guest
Posts: n/a
 
      19th Oct 2004
Why do you think that interfering with someone's hardware will prevent them
from copying your work on your site?

Bob Lehmann

"mike allan" <mike (E-Mail Removed)> wrote in message
newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
> How do i disable the right click command to prevent others copying my work

on
> my site



 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      19th Oct 2004
Hi Mike,

You can try this: BUT!
=======================================
This script is *NOT* fool-proof. People can disable JavaScript support in
their browser, use a browser which doesn't support JavaScript, or use a
browser to link directly to the image that you want to protect. Also the
pages and images are normally stored in the user's browser cache (for
viewing later whilst offline) - with a little bit of work, the thief could
find your image in their cache. It also doesn't stop users accessing the
source of your page from the toolbar menus (View | Page Source). You could
attempt to load your page into a window without toolbars - but again this
isn't fool-proof. They can access the page directly, with toolbars, instead
of opening it without them as you intended. There is a tool for Microsoft
Internet Explorer 5 that will encrypt JScript code - but this is only
supported by Microsoft Internet Explorer 5 - and will not allow the scripts
to run on any other browser.

Bearing this in mind, the following script should stop right clicks (and
left button held down, followed by a right click) in both Netscape Navigator
and Microsoft Internet Explorer. It will not stop users who use a Mac -
where the mouse only has one button. Nor does it stop IE users from
rightclick + shift to get the menu.

If this script doesn't do what you require, i.e. protect your images and or
your scripts (and it won't) then don't use it and don't put your
images/scripts
on the net.

If your livelihood relies on people not copying your images - then add
a water mark or "sample" stamp to your images.

http://www.dynamicdrive.com/dynamicindex9/noright.htm
--
Hope This Helps

Don
=====================
IEEE Degree
MS A+ Certified
StarBand Satellite Internet
FCC Certified Installer
FCC 3rd Class Lic.
Playing with FrontPage 2003 ;-)
My Playground: www.xmas-i-am.com
=====================

"mike allan" <mike (E-Mail Removed)> wrote in message
newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
| How do i disable the right click command to prevent others copying my work
on
| my site


 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      19th Oct 2004
Don:

So - given all the 'it won't work if's, why use it at all? The OP would be
better advised devoting that energy into making the page functional and
attractive. Who would want to steal anything there anyhow if that's not the
case (and I'm betting it is not).

--
Murray

"Don" <(E-Mail Removed)> wrote in message
news:e%(E-Mail Removed)...
> Hi Mike,
>
> You can try this: BUT!
> =======================================
> This script is *NOT* fool-proof. People can disable JavaScript support in
> their browser, use a browser which doesn't support JavaScript, or use a
> browser to link directly to the image that you want to protect. Also the
> pages and images are normally stored in the user's browser cache (for
> viewing later whilst offline) - with a little bit of work, the thief could
> find your image in their cache. It also doesn't stop users accessing the
> source of your page from the toolbar menus (View | Page Source). You could
> attempt to load your page into a window without toolbars - but again this
> isn't fool-proof. They can access the page directly, with toolbars,
> instead
> of opening it without them as you intended. There is a tool for Microsoft
> Internet Explorer 5 that will encrypt JScript code - but this is only
> supported by Microsoft Internet Explorer 5 - and will not allow the
> scripts
> to run on any other browser.
>
> Bearing this in mind, the following script should stop right clicks (and
> left button held down, followed by a right click) in both Netscape
> Navigator
> and Microsoft Internet Explorer. It will not stop users who use a Mac -
> where the mouse only has one button. Nor does it stop IE users from
> rightclick + shift to get the menu.
>
> If this script doesn't do what you require, i.e. protect your images and
> or
> your scripts (and it won't) then don't use it and don't put your
> images/scripts
> on the net.
>
> If your livelihood relies on people not copying your images - then add
> a water mark or "sample" stamp to your images.
>
> http://www.dynamicdrive.com/dynamicindex9/noright.htm
> --
> Hope This Helps
>
> Don
> =====================
> IEEE Degree
> MS A+ Certified
> StarBand Satellite Internet
> FCC Certified Installer
> FCC 3rd Class Lic.
> Playing with FrontPage 2003 ;-)
> My Playground: www.xmas-i-am.com
> =====================
>
> "mike allan" <mike (E-Mail Removed)> wrote in message
> newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
> | How do i disable the right click command to prevent others copying my
> work
> on
> | my site
>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      19th Oct 2004
IOW, the Emporer's new clothes don't really exist, but if you want to try
them on........................?!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Don" <(E-Mail Removed)> wrote in message
news:e#(E-Mail Removed)...
> Hi Mike,
>
> You can try this: BUT!
> =======================================
> This script is *NOT* fool-proof. People can disable JavaScript support in
> their browser, use a browser which doesn't support JavaScript, or use a
> browser to link directly to the image that you want to protect. Also the
> pages and images are normally stored in the user's browser cache (for
> viewing later whilst offline) - with a little bit of work, the thief could
> find your image in their cache. It also doesn't stop users accessing the
> source of your page from the toolbar menus (View | Page Source). You could
> attempt to load your page into a window without toolbars - but again this
> isn't fool-proof. They can access the page directly, with toolbars,

instead
> of opening it without them as you intended. There is a tool for Microsoft
> Internet Explorer 5 that will encrypt JScript code - but this is only
> supported by Microsoft Internet Explorer 5 - and will not allow the

scripts
> to run on any other browser.
>
> Bearing this in mind, the following script should stop right clicks (and
> left button held down, followed by a right click) in both Netscape

Navigator
> and Microsoft Internet Explorer. It will not stop users who use a Mac -
> where the mouse only has one button. Nor does it stop IE users from
> rightclick + shift to get the menu.
>
> If this script doesn't do what you require, i.e. protect your images and

or
> your scripts (and it won't) then don't use it and don't put your
> images/scripts
> on the net.
>
> If your livelihood relies on people not copying your images - then add
> a water mark or "sample" stamp to your images.
>
> http://www.dynamicdrive.com/dynamicindex9/noright.htm
> --
> Hope This Helps
>
> Don
> =====================
> IEEE Degree
> MS A+ Certified
> StarBand Satellite Internet
> FCC Certified Installer
> FCC 3rd Class Lic.
> Playing with FrontPage 2003 ;-)
> My Playground: www.xmas-i-am.com
> =====================
>
> "mike allan" <mike (E-Mail Removed)> wrote in message
> newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
> | How do i disable the right click command to prevent others copying my

work
> on
> | my site
>
>



 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      19th Oct 2004
Some people, that know this exists, will keep trying to get the secret
answer. They have been stopped, at some time or another, by this very code!
They just want it.
All I did was try to enlighten him as to the drawbacks and then pointed him
in the direction "HE" wanted to go. His quest has been fulfilled though he
is no closer than when he started.

Don
=====================
IEEE Degree
MS A+ Certified
StarBand Satellite Internet
FCC Certified Installer
FCC 3rd Class Lic.
Playing with FrontPage 2003 ;-)
My Playground: www.xmas-i-am.com
=====================
"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Don:
|
| So - given all the 'it won't work if's, why use it at all? The OP would
be
| better advised devoting that energy into making the page functional and
| attractive. Who would want to steal anything there anyhow if that's not
the
| case (and I'm betting it is not).
|
| --
| Murray
|
| "Don" <(E-Mail Removed)> wrote in message
| news:e%(E-Mail Removed)...
| > Hi Mike,
| >
| > You can try this: BUT!
| > =======================================
| > This script is *NOT* fool-proof. People can disable JavaScript support
in
| > their browser, use a browser which doesn't support JavaScript, or use a
| > browser to link directly to the image that you want to protect. Also the
| > pages and images are normally stored in the user's browser cache (for
| > viewing later whilst offline) - with a little bit of work, the thief
could
| > find your image in their cache. It also doesn't stop users accessing the
| > source of your page from the toolbar menus (View | Page Source). You
could
| > attempt to load your page into a window without toolbars - but again
this
| > isn't fool-proof. They can access the page directly, with toolbars,
| > instead
| > of opening it without them as you intended. There is a tool for
Microsoft
| > Internet Explorer 5 that will encrypt JScript code - but this is only
| > supported by Microsoft Internet Explorer 5 - and will not allow the
| > scripts
| > to run on any other browser.
| >
| > Bearing this in mind, the following script should stop right clicks (and
| > left button held down, followed by a right click) in both Netscape
| > Navigator
| > and Microsoft Internet Explorer. It will not stop users who use a Mac -
| > where the mouse only has one button. Nor does it stop IE users from
| > rightclick + shift to get the menu.
| >
| > If this script doesn't do what you require, i.e. protect your images and
| > or
| > your scripts (and it won't) then don't use it and don't put your
| > images/scripts
| > on the net.
| >
| > If your livelihood relies on people not copying your images - then add
| > a water mark or "sample" stamp to your images.
| >
| > http://www.dynamicdrive.com/dynamicindex9/noright.htm
| > --
| > Hope This Helps
| >
| > Don
| > =====================
| > IEEE Degree
| > MS A+ Certified
| > StarBand Satellite Internet
| > FCC Certified Installer
| > FCC 3rd Class Lic.
| > Playing with FrontPage 2003 ;-)
| > My Playground: www.xmas-i-am.com
| > =====================
| >
| > "mike allan" <mike (E-Mail Removed)> wrote in message
| > newsC5102A7-19C6-49CE-A66A-(E-Mail Removed)...
| > | How do i disable the right click command to prevent others copying my
| > work
| > on
| > | my 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
Stop People Copying a Workbook Deborah Microsoft Excel Misc 8 5th May 2010 06:41 PM
How can I stop people from copying text from a document with 2007 fhawkins83 Microsoft Word Document Management 3 20th Jan 2009 06:02 AM
How can I stop people from copying my info into another web page? =?Utf-8?B?QmluZyBDYW5hZGE=?= Microsoft Frontpage 8 23rd May 2005 02:44 PM
How do I disable the right-click options so people cant copy phot. =?Utf-8?B?Uk9OSU4=?= Microsoft Frontpage 12 2nd Dec 2004 02:08 PM
Looking for a program to stop people copying text and pics from my sites Testing testing one two Microsoft Frontpage 27 7th Jun 2004 05:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:04 AM.