Im back but I dont have internet yet so Im using it from a library
var message = "SWIPER NO SWIPING!(Email or ask for permission if you want any material from this blog";
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;
Thanks for the adventure, waddle on!
7 years ago