Disable right click is a option provide you for copyright protection of your post as well as page source. You protect your post to many type of theft protection.
This is a program they disable right click option that causes no one select any text and not see view page source or inspect option. so follow some step for disable right click
1. Login to your blogger account
2. Go to layout select add a gadget option
3. After click add a gadget option you can select HTML/JavaScript in the list
4. Copy the below code / Program and Paste in the box
5. Than Save the gadget and save the Layout.
ENJOY...
This is a program they disable right click option that causes no one select any text and not see view page source or inspect option. so follow some step for disable right click
1. Login to your blogger account
2. Go to layout select add a gadget option
3. After click add a gadget option you can select HTML/JavaScript in the list
4. Copy the below code / Program and Paste in the box
<script language=JavaScript> <!-- //Disable right mouse click Script var message="Function Disabled!"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(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=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script>
5. Than Save the gadget and save the Layout.
ENJOY...
Comments
Post a Comment