Search This Blog

9.4.12

0 HOW TO DISABLE 'RIGHT CLICKING' ON BLOGGER BLOGS.

You would agree with me that not all posts by a blog/website owner are his.

Many people tend to copy contents directly from another site,then make some little changes,while other just download it verbatimly.

In order to disable your site viewers from copying your posts,you will have to disable their mouse right click.

To do this,just add some little javascripts to your site & the option will be automatically disabled on your site.

Here's the script.

<script language="JavaScript"> var message="Function Disabled!"; /////////////////////////////////// function clickIE() {if (document.all) {alert(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {alert(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>

Where to add it?
Go to Design>>Page element and select 'Add a gadget'.
Now scroll down to where you'll see HTML/JAVASCRIPT and select ADD.
Paste the code above,and SAVE IT.

Note:There are some other ways visitors can copy your posts without right clicking.

«PREVIOUS NEXT» ¤HOME¤

Be the first to reply!

Leave your comments behind!!

If you experienced any difficulty understanding this post,do tell us. But,please do not spam.
Your suggestions are also very valuable to us. Thanks...
The Author.

Leave your comments.

If you need reply to your comments,please do not comment as `Anonymous`
Found a Dead or Unresponsive link?, Kindly inform us using the Comment Box.

 
[GET THIS]