　　function click() { 
　　if (event.button==2) { // event.button==1 禁止鼠标左键 
　　alert('请尊重我们的劳动成果！') 
　　} 
　　} 
　　document.onmousedown=click 