im sorry i know its been posted before by some one but i cant find it so can any 1 tell me how to disable right click so my pics arnt stolen thanks
how to disable right click?
Collapse
X
-
how to disable right click?
The get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Tags: None
-
-
Re: how to disable right click?
Disabling right click does nothing, I can copy every picture on your page in
.10 of a second...A good rule of thumb is....If you do not want it copied,
stolen or downloaded DO NOT put it on the internet.
Disabling right click is also very rude..Click the below to learn more....
VodaHost
Your Website People!
1-302-283-3777 North America / International
02036089024 / United Kingdom
291916438 / Australia
------------------------
Top 3 Best Sellers
Web Hosting - Unlimited disk space & bandwidth.
Reseller Hosting - Start your own web hosting business.
Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)
-
-
Re: how to disable right click?
no problem i agree with you , it was just an idea to long winded to explain but thanks and will keep as isThe get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Comment
-
-
Re: how to disable right click?
Please Note: the above is just my personal opinion, You should do what your instinct tells you.Last edited by VodaHost; 04-19-2006, 05:32 PM.
VodaHost
Your Website People!
1-302-283-3777 North America / International
02036089024 / United Kingdom
291916438 / Australia
------------------------
Top 3 Best Sellers
Web Hosting - Unlimited disk space & bandwidth.
Reseller Hosting - Start your own web hosting business.
Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)
Comment
-
-
Re: how to disable right click?
Heres the javscript to disable it, but going along with what Vodahost said... You need to decide whether it is worth annoying all of your users in order to just make it so people who are trying to steal your content spend an extra minute doing it
<script language=JavaScript>
var message="Right Click Is Disabled!";
function anti_theft_IE(){
if (event.button==2){
alert(message);
return false;
}
}
function anti_theft_NS(e){
if (document.layers||document.getElementById&&!docume nt.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=anti_theft_NS;
}
else if (document.all&&!document.getElementById){
document.onmousedown=anti_theft_IE;
}
document.oncontextmenu=new Function("alert(message);return false")
</script>
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Comment
-
Comment