HOW TO BLOCK RIGHT CLICK ON YOUR BLOG OR SITE
In this post i explains how to disable right click on blogger(blogspot) or any other webpage using a html(javascript) code. It is a very good tool to save your work text or images,codes or other work owned by you from thieves (choor). I think it is not a solution for that. But if you want to do then i am telling how to do thats all.
<SCRIPT language=JavaScript><!-- http://www.spacegun.co.uk -->var message = "function disabled";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 write any thing what you wants instead of "function disabled" e-g stop stop , not available etc.
FOLLOW THE SCREEN SHOOTS1) Go to Layout
2) Select Add a Gadget
3) Select HTML/JavaScript
4) Past it in new window and just save it.... :) enjoy
No comments:
Post a Comment
please use decent language and content to post your comments thanks