I do not think that you can directly control the opening of a new window in a new tab using only the method window.open; you could have a hidden attribute link target="_blank"and then simulate a click event with javascript on that anchor.
source
share