Is right click a Javascript event? If so, how do I use it?
This is worked with me
if (evt.xa.which == 3) { alert("Right mouse clicked"); }