In code on the page itself, as rendered at the browser, the event object has properties that can be assessed to see whether the right mouse button has been clicked (and at what location that happened, as well). You can intercept right mouse clicks, thereby defeating the built-in context menus, or you can process them, then allowing bubbling to cause the standard context menu to appear after your processing.
|