I am wondering if i can open http://example.com/some-page
(clasic href link) in the same page that is viewed and the second link in a new tab.
<a href="http://example.com/some-page" second-url="http://example.com/other-page">link name</a>
I didn't found anything related to this on SO.
Is there a way to do it?
PS:
Please don't consider this a duplicate. The problem is that I will have multiple dynamic links (from DB) on a page. Can't add javascript for each link (this was the solution from other questions).