Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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

Posts: 250
Location: Massachusetts
Trades: 5
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
__________________

Please login or register to view this content. Registration is FREE
for those living in Korea

Please login or register to view this content. Registration is FREE
for those living in Korea

Please login or register to view this content. Registration is FREE
Buy, sell or trade sport cards
mikesilvia is offline
Reply With Quote
View Public Profile Visit mikesilvia's homepage!
 
 
Register now for full access!
Old 10-30-2006, 04:33 AM Re: De-activateing the right mouse click?
wmicro's Avatar
Novice Talker

Posts: 11
Trades: 0
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, 05:07 AM Re: De-activateing the right mouse click?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
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. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
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 Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





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



Page generated in 0.46682 seconds with 12 queries