These most of the people try to copy the contents of a blog and paste on their blogs as their posts. So I brought the trick to disable right click on your blog. Lets go.
Go to your blogger dashboard. Then Layout. Then select "html/java script" from Add a gadget menu. Then copy and paste this code.
<!-- http://www.sudusm.blogspot.com -->
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>
Then click save.
You will not be able to copy contents on my blog. So select the code, then press CTRL+C. Then paste it where you want to paste it. :D
You will not be able to copy contents on my blog. So select the code, then press CTRL+C. Then paste it where you want to paste it. :D