So I've read in a few places that we should limit usage of target="_blank"
in favor of target="somethingUnique"
, which is fine, and I agree with it.
Ex.
<form target="printer">
However I've run into a problem with it.
When I open something in a defined tab, and then I go back to the original tab and open something new in that same defined tab, my browser does not automatically re-open that tab. It simply loads the new content in the background and I have to manually switch tabs.
How can I force the tabs to switch automatically?