Toolbar URL target not working

V2019. Add button to toolbar, enter URL (external or local), enter target info of _blank. Not working.

Tried:

_blank
blank
_new
new

Please try the solution here:
https://www.exeoutput.com/help/control-actions#open-a-page-in-a-popup

Thanks, but not really what I am wanting to do. If only way, guess no choice.

But, what happened that we cannot use standard targets in the field?

Because CEF 3 doesn’t give us the ability to pass targets to URLs that should be opened, contrary to the old good IE engine.

Oh heck, I forgot about that. Recall now even have to use special scripting with node and electron to use _blank.

One other question please: Seems I recall being able to use a “title in the new window” using your JavaScript suggestion. But cannot seem to find it in my reference notes.

All options available for window.open are listed here:
https://www.w3schools.com/jsref/met_win_open.asp

Thanks…