Controlling browser tabs with javascript

0

Good evening. on my site I have a list of links that open with a target='_new'

What I am trying to do in javascript or jquery is that when one of these links is clicked it will open the other browser tab but the focus will have to continue in the same window that lists the links.

Is this possible?

I searched for popunder but it did not work. I also tried using this function

window.opener.focus();
    
asked by anonymous 25.01.2017 / 03:20

0 answers