please do the search on google how to disable right click of the mouse with javascript, but keep in mind that this may affect the functionality of the plugins.
I've tried want you said to me, but I didn't figured it out. I've tried to add it at "appearance"-> "customize" at "CSS" and put it in there. In the website (not in the server).
Could you please take a look at the code ? Also could you please tell me where have I to put the code and how ? My domain is: albaniaescort.com
Kind Regards,
Gjoni
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
in http://yoursite.com/admin/settings/page, Custom head code, simple add the following lines:
<script language="Javascript" type="text/javascript">
document.oncontextmenu = function(){return false}
</script>
My hosting is FastComet.com if you want to help me please help me,
I have nothing to do with SkaDate
Please do not duplicate your posts: http://www.oxwall.org/forum/topic/45526
You have another screenshot in this post.but that is the same, domain albainiaescort.com
Please do not duplicate your posts: http://www.oxwall.org/forum/topic/45526