Is it possible to detect using JavaScript when the user clicks the back/forward buttons that are the side of your mouse ? These are known as XButtons as far as I know, in .net at least. This is for a locally installed app so I don’t need cross browser support, just something that works in IE.
Is it possible to detect using JavaScript when the user clicks the back/forward buttons
Share
This cannot be done. The most sophisticated mouse click events you will get is left and right.