Reply
De-activateing the right mouse click?
Old 10-30-2006, 05:02 AM De-activateing the right mouse click?
Extreme Talker

Posts: 226
Location: South Korea
Guys, I am building a site with a lot of copyrighted articles. Is there an easy HTML code I can paste at the top of the page to disable the right mouse button? Or even better so you can highlight the text? Thanks!

Mike
__________________
Classifieds for those living in Korea
Forums for those living in Korea
Sports Trader Central, Buy, sell or trade sport cards
mikesilvia is offline
Reply With Quote
View Public Profile Visit mikesilvia's homepage!
 
When You Register, These Ads Go Away!
Old 10-30-2006, 05:33 AM Re: De-activateing the right mouse click?
wmicro's Avatar
Novice Talker

Posts: 11
Here is simple one

</head>
<body>
<script language="JavaScript1.1" type="text/javascript">
</script> <script language="JavaScript1.1" type=
"text/javascript">
<!-- Begin
function right(e) {
var msg ="Wilkinson";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = right;
// End -->
</script>


Were state Wilkinson you put like copyrighted articles

I have many more script in my free membership this PM and give detail
wmicro is offline
Reply With Quote
View Public Profile Visit wmicro's homepage!
 
Old 10-30-2006, 06:07 AM Re: De-activateing the right mouse click?
chrishirst's Avatar
Super Moderator

Posts: 15,320
Location: Blackpool. UK
why bother. It's very annoying for legitimate users and doesn't even slow down any content thieves. They don't use browsers at all.

Once the content is published the only way to keep it relatively secure is to make it password protected behind a form.

HR threads on content theft and other issues http://www.highrankings.com/forum/in...howtopic=20859
http://www.highrankings.com/forum/in...howtopic=19113
http://www.highrankings.com/forum/in...howtopic=12912
http://www.highrankings.com/forum/in...howtopic=10848
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to De-activateing the right mouse click?
 

Thread Tools

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

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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16824 seconds with 12 queries