Search found 2 matches
- Tue Apr 07, 2026 12:29 pm
- Forum: Public Web Browser v3
- Topic: Hyperlink won't open in new window, only in new tab
- Replies: 3
- Views: 417
Re: Hyperlink won't open in new window, only in new tab
Generally hyper links that use "target="_blank" will open in a new tab window not a new browser window.
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target
To open a new browser window you need to do something like the following.
<button onclick="window.open('https://example ...
- Tue Apr 07, 2026 9:37 am
- Forum: Public Web Browser v3
- Topic: Hyperlink won't open in new window, only in new tab
- Replies: 3
- Views: 417
Hyperlink won't open in new window, only in new tab
I have:
DisableNewWindow=FALSE
DisableNewTab=TRUE
DisableNewWindowInit=FALSE
but the hyperlinks don't do anything when clicked. If I change DisableNewTab to FALSE, they will open in a new tab.
The hyperlinks use target="_blank" to force a new window.
How can I make PWB open in a new window ...
DisableNewWindow=FALSE
DisableNewTab=TRUE
DisableNewWindowInit=FALSE
but the hyperlinks don't do anything when clicked. If I change DisableNewTab to FALSE, they will open in a new tab.
The hyperlinks use target="_blank" to force a new window.
How can I make PWB open in a new window ...