I know how to open a link in a new tab with target="_blank"
If I have multiple links on a page and they specify target="_blank" clicking one will open in a new tab but if I go back to the page (leaving the new tab open) and click another link, it opens in the same new tab. It reuses the new tab.
Is there a way, if so what is it, to open each link in new tabs and not reuse the new tab?
I want to be able to click all of the links, say eight links, and have eight new tabs open with each link in a separate new tab.
Can this be done? If so, how?
I'm thinking that if there is no way to do this, I'll have to use the open function with other statements and specify a name for the new window. Making them unique should prevent them from being used.