function click() {
if (event.button==2) {
alert("");
}
}
document.onmousedown=click;