It's a setting in chrome. You can't control how the browser interprets the target _blank.

Answer from Dennis Traub on Stack Overflow
🌐
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 ... name. ... A string indicating the URL or path of the resource to be loaded. If an empty string ("") is specified or this parameter is omitted, a blank ......
🌐
W3Schools
w3schools.com › jsref › met_win_open.asp
Window open() Method
window.open("https://www.w3schools.com", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=500,left=500,width=400,height=400"); Try it Yourself »
🌐
Webmaster World
webmasterworld.com › html › 4683942.htm
Target=“ blank” vs window.open - HTML forum at WebmasterWorld - WebmasterWorld
Some sites-- naming no names-- wildly overuse "target='blank'", to the point of applying it routinely to their own internal links so you end up with half a dozen separate windows or tabs all from a single activity. Users do not like this. Or, at least, this user doesn't. Edit because I overlapped: Forums are actually a good example of appropriate "target='_blank'".
🌐
Educative
educative.io › answers › what-is-the-windowopen-method-in-javascript
What is the window.open() method in JavaScript?
URL: The URL parameter specifies the URL that will be opened in the new window. If no URL is indicated, a blank browser window will be opened.
🌐
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?
Find elsewhere
🌐
JavaScript.info
javascript.info › tutorial › frames and windows
Popups and window methods
In this example, we generate popup content from JavaScript: let newWin = window.open("about:blank", "hello", "width=200,height=200"); newWin.document.write("Hello, world!"); And here we modify the contents after loading: let newWindow = open('/', ...
🌐
JsCraft
js-craft.io › home › window.open() and target=”_blank” have a security vulnerability
Window.open() and target="_blank" have a security vulnerability
January 20, 2023 - // in html <a href="www.google.com" target="_blank">open google</a> // in javascript window.open("www.google.com") But when the newly opened pages are pointing to a site that we don't know we are opened to a phishing vulnerability.
🌐
GitHub
gist.github.com › sttk › 22e74eaadde493265f38c539f3cafb37
Window open · GitHub
A memo about opening a window of Web browsers. ... The location of the loaded resource, or "about:blank".
🌐
GeeksforGeeks
geeksforgeeks.org › javascript › how-to-open-url-in-new-tab-using-javascript
How to Open URL in New Tab using JavaScript? - GeeksforGeeks
The window.open() method in NewTab() opens the URL "https://www.geeksforgeeks.org////" in a new tab ("_blank").
Published   August 21, 2025
🌐
Experts Exchange
experts-exchange.com › questions › 20307983 › Pop-up-a-new-window-Javascript-window-open-and-a-target-blank.html
Solved: Pop up a new window - Javascript, window.open and <a target="_blank" | Experts Exchange
June 5, 2002 - Try to paste your exact code and see where is your mistake, you can use this example to verify that a different url does work : <a href="test" onclick="window.open('https://www.experts-exchange.com/questions/20307983/Pop-up-a-new-window-Javascript-window-open-and-a-target-blank.html false;">test using link</a>, <input type="button" onclick="window.open('https://www.experts-exchange.com/questions/20307983/Pop-up-a-new-window-Javascript-window-open-and-a-target-blank.html false;" value="test button"> Both of these examples works.
🌐
Experts Exchange
experts-exchange.com › questions › 20100714 › Removing-about-blank-when-opening-a-new-HTML-window.html
Solved: Removing about:blank when opening a new HTML window... | Experts Exchange
April 3, 2001 - After making some changes to eliminate the about:blank, I now get an Access is Denied error when I return to the original HTML page's window. Here is the latest code pertaining to the JavaScript: ------------ <script language="JavaScript"> function openWindow(URL) { var newwin = window.open(URL); newwin.moveTo(0,0); newwin.resizeTo(screen.ava
🌐
Tek-Tips
tek-tips.com › home › forums › software › programmers › web development › javascript
window.open opens blank window not url I want | Tek-Tips
August 5, 2003 - I have an onClick="emailfriend()"; that seems to call the emailfriend() function ok. But all I get is an empty window opening up, without the sizing or title. What's wrong with this? Please help. function emailfriend() { window.open("http://www.google.com&quot...