It's a setting in chrome. You can't control how the browser interprets the target _blank.
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › API › Window › open
Window: open() method - Web APIs | MDN
The open() method of the Window ... indicating the URL or path of the resource to be loaded. If an empty string ("") is specified or this parameter is omitted, a blank page is opened into the targeted browsing context....
Top answer 1 of 5
20
It's a setting in chrome. You can't control how the browser interprets the target _blank.
2 of 5
19
"_blank" is not guaranteed to be a new tab or window. It's implemented differently per-browser.
You can, however, put anything into target. I usually just say "_tab", and every browser I know of just opens it in a new tab.
Be aware that it means it's a named target, so if you try to open 2 URLs, they will use the same tab.
W3Schools
w3schools.com › jsref › met_win_open.asp
Window open() Method
window.open(URL, name, specs, replace) Open an about:blank page in a new window/tab: var myWindow = window.open("", "", "width=200,height=100"); Try it Yourself » ·
Webmaster World
webmasterworld.com › html › 4683942.htm
Target= blank vs window.open - HTML forum at WebmasterWorld - WebmasterWorld
HTML doesn't distinguish between "new window" and "new tab". It depends on how chummy your users are with their browser's prefs. ... Can someone add Target= _blank to in-post links at WW Middle Click? (or SHIFT + Middle Click?) What's the shortcut on Mac? The · target attribute requires a transitional DOCTYPE in HTML 4, but OK in HTML 5. ... Ctrl+Click works for Chrome. But when the post goes like "look at the graph, during the months of...", one assumes that the link will open in a new tab to have it checked out while reading the post.
SitePoint
sitepoint.com › html & css
Target=“_blank” vs window.open - HTML & CSS - SitePoint Forums | Web Development & Design Community
June 30, 2014 - I’m working on an application where users enter some input and they shouldn’t leave the page when clicking on share links, e.g. a Facebook share link: Share on Facebook I know it’s very common to use popup windows for such links. But does it have any advantage over a simple target=“_blank” attribute?
Mozilla Support
support.mozilla.org › en-US › questions › 1165910
window.open using _blank open in same window | Firefox Support Forum | Mozilla Support
June 27, 2017 - It seems in the latest update when using window.open(url,'_blank') in place of opening the link in a new window/tab, it is opening it in the current tab
Searchlightnm
searchlightnm.org › hantavirus-project-step-in-pandemic-prep
Hantavirus project step in pandemic prep
1 week ago - Searchlight New Mexico is a nonpartisan, nonprofit news organization dedicated to investigative and public service journalism in the interest of the people of New Mexico.
Google
policies.google.com › terms
Google Terms of Service – Privacy & Terms – Google
Most people who access or use our services understand the general rules that keep the internet safe and open. Unfortunately, a small number of people don’t respect those rules, so we’re describing them here to protect our services and users from abuse.