No. I don’t know of any browser (or other user agent) that associates any special behaviours with link query strings. The query string is for the server receiving the HTTP request to deal with.

As you say in your question, the target attribute is the method for controlling (or at least suggesting) what window the link should open in.

Answer from Paul D. Waite on Stack Overflow
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › API › Window › open
Window: open() method - Web APIs | MDN
The Window interface's open() method takes a URL as a parameter, and loads the resource it identifies into a new or existing tab or window.
🌐
Inductive Automation
forum.inductiveautomation.com › ignition
In browser open a new tab via an URL passing a parameter like object/array - Ignition - Inductive Automation Forum
October 17, 2021 - Hi folks, I need to take a new step in my project that require to me to have some new perspective skills that I’ve been working on, but I need to figure out if I can do what I want. I have a project with a navigation menu and a few pages and their primary views.
🌐
ServiceNow Community
servicenow.com › community › developer-forum › what-parameters-can-be-passed-to-a-url-to-open-in-new-tab › m-p › 1986086
What parameters can be passed to a URL to open in new tab?
November 8, 2019 - if you are opening the link from server side using action.setRedirectURL() I believe you cannot mention to open in new tab · If you are using client side then that is possible · Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact. Thanks Ankur · Regards, Ankur Certified Technical Architect || 9x ServiceNow MVP || ServiceNow Community Leader ... How to pass input parameters to an RPA Bot Process triggered from Flow Designer?
🌐
Moodle
moodle.org › mod › forum › discuss.php
Moodle in English: How do I make a URL open in a new tab? | Moodle.org
First enable this "New window" by going to Admin | Plugins | Activity modules | URL and include it in the "Available display options" settings. Then it should work. ... Thank you for your reply.
🌐
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 is used to open a new browser window or tab. It can also be used to load a specific URL in a new tab. ... First Parameter: The URL you want to open, e.g., "https://www.example.com/".
Published   August 21, 2025
🌐
Kajabi
help.kajabi.com › all collections › website › pages › can i make my links open in a new tab?
Can I make my links open in a new tab? | Kajabi Help Center
Open the Website tab from the Dashboard. Select Navigation. Click the Edit icon next to the link you wish to edit or create a new one. Copy /"target="_blank. Place your cursor at the end of the URL and paste /"target="_blank to the end of the URL.
🌐
Reddit
reddit.com › r/html › coding a url to open in a new tab?
r/HTML on Reddit: Coding a URL to open in a new tab?
January 4, 2023 -

Hi all, I'm hoping this is the right place for this, but is there a way to something to a URL so that when that URL is linked or embedded somewhere, the link will automatically take them to a new tab?

I am trying to set a link in our top navigation menu on our WordPress site that uses Avada, and I don't have the option to just tell it to open that link in a new tab as a setting. So I was hoping I could set it to do so just by the link itself, but I'm not familiar enough with that to know if it is possible or not. Looking it up myself has only yielded results for "target=_blank" when doing hardcoding on the back end-something that isn't an option with the set up we have (or I'm just not aware of how to go about it).

Any help or advice is appreciated!

🌐
Attacomsian
attacomsian.com › blog › javascript-open-url-in-new-tab
Open a URL in a new tab or window on button click in JavaScript
October 12, 2022 - To open a new tab, pass _blank as a second parameter to window.open() or skip the second parameter entirely and only pass the URL.
Find elsewhere
🌐
Meteor
forums.meteor.com › help
Open new tabs with URL multiple parameters - help - Meteor Forum
February 6, 2020 - Hi, I’m using FlowRouter. I have this URL: /url/:paramter1/:paramter2 - It’s opened with an anchor tag that uses target=_blank to open in a new window. I have a list of these a-tags and what I’m trying to achieve is that every URL with a different parameter opens a new tab.
🌐
Retool
community.retool.com › 💬 feature requests
Utility function to open new tab that is not an url - 💬 Feature Requests - Retool Forum
September 12, 2022 - Hello, I would like to open a new tab in my browser with this string: data:application/pdf;base64,JVBERi0x...... In this case, I can open local data in the browser in order to print nicely. I tried utils.openUrl, but …
🌐
Educative
educative.io › answers › how-to-open-a-link-in-a-new-tab-with-html-and-javascript
How to open a link in a new tab with HTML and JavaScript
We use the target attribute in the opening <a> tag to open a link in HTML in a new tab. The value of this attribute should be set to _blank. When the link text is clicked, the website link opens in a new tab.
🌐
Alchemer
help.alchemer.com › help › new-window
Make Sure Links Open in a New Tab/Window | Alchemer Help
In the link editor place the URL to the website you would like to link to in the URL field. On the Target tab of the link editor select New Window (_blank) from the dropdown. This will open the document in a new tab or window (depending on the respondent's browser settings) and will prevent ...