💻 Software
I want a hyperlink to open a browser tab, then all subsequent link clicks go to the same tab
Fresh5 days ago
Mar 15, 20265488 viewsConfidence Score0%
0%
Problem
I suspect I'm out of luck on this one, but here goes... Say I have a CHM help file that has http:// hyperlinks embedded in the help pages. When the user clicks on a hyperlink of the style: a browser window is opened and the target web page is displayed. If a browser is already open a new tab is cre…
Error Output
<a href="http://www.example.com" target="_blank">click here!</a>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: I want a hyperlink to open a browser tab, then all subsequent link clicks go to the same tab
Low Risk
Change the value of the "target" parameter to something other than "_blank" (which is reserved by the standards for always opening a new page without a name). The "target" parameter allows you to specify a name (I recommend using a name that does NO…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix