function no_right_click( ) { if (event.button==2) { alert('no way..please'); } } document.onmousedown=no_right_click