　　function click() { 
　　if (event.button==2) { // event.button==1 鋤峭報炎恣囚 
　　alert('mouse closed!') 
　　} 
　　} 
　　document.onmousedown=click 