How to disable right-click on your Blogger site

disable right-click
If you want that nobody can copy any matter from your Blogger site then you should do one thing
and that is disable right-click on your Blogger. disable right-click make your Blogger secure as you want,
and it will disable copy and paste function. it is a very easy process and done within a minute.


Just Follow These Steps and learn:- 

1.   First of all  go to blogger account.

2.   Then select design and click Page element. disable right-click

3.   Now select Add a Gadget.

4.   Select HTML/JavaScript and paste below code.

<center>
400px;”>
<tr><td><script language=”JavaScript”>
<!–
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message=”";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&amp;&amp;!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function(“return false”)
// –>
</script>
</td></tr>
</tbody></table>
</center>





5.  And finally Click save Button.

6.  you have done it.

Enjoy With.............



                                          Solution Bux  


0 comments:

Post a Comment

 
Top