Event JavaScript DHTML




function whichButton(event){
    if (event.button==1){
        alert("You clicked the left mouse button!")
    }else{
        alert("You clicked the right mouse button!")
    }
}



Click in the document.