HOT POST

6/recent/ticker-posts

HOW TO DISABLE RIGHT CLICK FOR MY BLOGGER OR WEBSITE?

  • Step 1: Go to the layout section from the Blogger dashboard.
  • Step 2: Click on “Add a Gadget”
  • Step 3: Select the “HTML/JavaScript” option.
<script language='JavaScript1.2'>
function disableselect(e)
return false
}
function reEnable()
{
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar)
{
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
  • Step 4: Copy the code and paste it into the content box.
  • Step 5: Click on Save, done!

Post a Comment

0 Comments