HOW TO DISABLE 'RIGHT CLICKING' ON BLOGGER BLOGS.

 On Senin, 09 April 2012  

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.

HOW TO DISABLE 'RIGHT CLICKING' ON BLOGGER BLOGS. 4.5 5 Unknown Senin, 09 April 2012 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,the...


Tidak ada komentar:

Posting Komentar