I'm looking for a JavaScript alternative to onContextMenu
in an xHTML page. I want to hide the menu which pops-up (The context menu) When I click the right mouse button on a website.
I have a problem using the onContextMenu
attribute because it doesn't pass the validator for xHTML Strict.