<script>
function Click(){
     alert('因系统需要,本系统不能使用鼠标右键');
     window.event.returnValue=false;
     }
document.oncontextmenu=Click;
</script>