Using window.open () or a hyperlink with a _target attribute, is it possible to force the link to open in a new window rather than a new tab?

Or does it strictly depend on the web browser settings?

+2


a source to share


1 answer


No. Browsers do not currently distinguish between tabs and windows in their JavaScript APIs.



+2


a source







All Articles