
function click(){
if(event.button==2){
alert(' No right click allowed');}}
document.onmousedown=click

