I have links that are present as <div> images with click events getting passed to javascript.
Javascript opens the links by using location.href = link;
When I middle click the links they don’t open in a new tab though. How can i make them new tab compatible?
You should turn them into real hyperlinks: