Blogger Tips and TricksLatest Tips And TricksBlogger Tricks

Sunday 19 February 2017

Disable Right Click on Blog and website

  <!--MBW Code-->
    <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>
    <!--Code End http://mybloggersworld.blogspot.in>

No comments:

Post a Comment