<!-- this script got from www.ungalweb.blogspot.com-Coded by: Ungalnanban Guru -->
<script language=javascript>
<!-- http://ungalweb.blogspot.com/ -->
var message = "Dont Right Click Here! 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>