How can I capture the right-click event in JavaScript? [duplicate]

I want to block the standard context menus, and handle the right-click event manually.

How is this done?

2 Answers
2

Leave a Comment