SKincinerate / gotube

Automatically exported from code.google.com/p/gotube
0 stars 0 forks source link

Disable right click on website #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gooday,

I have a small question, not sure I am on the right place for that....

I want to disable right click on my website. I have been doing it so far per 
page using:

<SCRIPT language=JavaScript>
<!-- http://www.eliteescortesmontreal.ca -->
    var message = "Material is Copyrighted. Call now 514-604-6060"; 
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){   alert(message); return false; } 
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {  alert(message);     return false; } } 
    document.onmousedown = rtclickcheck;
</SCRIPT>

Would there be anyway to do it in one shot ?

my website http://www.eliteescortesmontreal.ca

Thank you All !!

Original issue reported on code.google.com by rogerak...@gmail.com on 22 Jan 2012 at 11:38

GoogleCodeExporter commented 8 years ago
I feel so sorry about your life , did it hurt to be a bot ? ho no no, don't 
reply , of course you wasn't made to reply me ... so well have a good day, bot.

Original comment by biscotte...@gmail.com on 22 Jan 2012 at 11:50

GoogleCodeExporter commented 8 years ago
Thank you Sir for your trustworthy comments.
This is not a site content issue, rather Technical Question, and I need 
assistance.

Original comment by rogerak...@gmail.com on 23 Jan 2012 at 12:07

GoogleCodeExporter commented 8 years ago
Your welcome trustworthy bot !

Original comment by biscotte...@gmail.com on 23 Jan 2012 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by biscotte...@gmail.com on 5 Mar 2012 at 7:36