把如下代码加入<body>区域中
<script language="javascript">function click() {if (event.button==1) {alert('对不起,禁止使用此功能.')}}document.onmousedown=click</script>