Home » , » Disable Right Click

Disable Right Click





Sign in to your Blogger dashboard > layout
Add a Page element > html/javascript

Copy Code below and paste on html/js box
<SCRIPT language=JavaScript>
<!-- http://www.spacegun.co.uk -->
    var message = "Sorry...the work is copyrighted";
    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;
</SCRIPT>

You can change the text in red color,with your own text.
Then save.
Share this games :

0 comments:

Post a Comment

Sign up for FREE daily Updates.