Currently, I have an image that has three buttons (all of which are part of the image itself) and I used image mapping to have those button link to another URL.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map
Although it works as expected, I cannot figure out how to know what user has navigated if they right clicked and choose "Open new tab" in their browser.
Is there way in Javascript you can know what the new tab that opens will be directed to?