Today we offer you easy blogger tricks on a way to Disable Right Click on Blogger/BlogSpot blogs simply. you'll simply manage copyright issue from disabling right click on your web log. Disable Right Click simply avoid users to repeating your web log content, images etc. this can be terribly easy web logger tricks to avoid copyright issue from blog. several web logger noticing that the majority of web logs traced their blog content so that they need defend their blog from repeating and Disable Right click is incredibly smart plan to avoid this.
Disable right click becomes an obstacle that if you disable right click than your sharing codes on web log post additionally not traced from web log post. therefore initial believe this than applied this code on your web log otherwise you may also take away this code simply if you don’t need additional this on your web log.
Step 3
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
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>
0 comments:
Post a Comment