How To Disable Right Click and CTRL + C Copy Combination in Blogger

With the increase in popularity of Blogging, there is a heavy boost in content stealing.It is very difficult to check the blog or website stealing content on web .There is a wonderful solution given by scott, if your site doesnot have any content which requires right click or copy of links, you may disable the copy command at your site or blog ; how ? Learn this With small javascript code , nobody will be able to click right on your site and since they cannot select the content CTRL + C combiantion will not work , here the code by Andy Scott :


Steps :

1.copy the java codes below before </body> tag

<script language='JavaScript1.2'>

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language='JavaScript'>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</script>

That's Over ; Now Your Post is Secured...No One Can Steal Your Content !!!

Like This Just Subscribe Me :::

Recommended Firefox Browser for Greater Movie Download Speed & Resolution
Firefox download manager download the movie very fast compare to other browsers

Download Latest Multimedia, Security & Adobe Software from Google Software Pack

Previous Post Next Post