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