I need to open a new tab all the time when the user clicks it. But currently in my implementation all the time the single new tab is refreshed.
Here is my code
<a target="_new" href="http://mylink" class="personallink"><img src="myimage.png" alt="Personal"></a>
How to always create a new tab on click of it?
Instead of
Use