Window Open Focus
RJM Programming - August, 2021 ... thanks to
https://stackoverflow.com/questions/6910278/how-to-return-focus-to-the-parent-window-using-javascript
and
W3Schools
window.open(URL, name, specs, replace)
URL
name
specs
replace
Optionally ...
_blank
_parent
_self
_top
name
left=
top=
width=
height=
channelmode=
Whether or not to display the window in theater mode. Default is no. IE only
yes
no
1
0
directories=
Obsolete. Whether or not to add directory buttons. Default is yes. IE only
yes
no
1
0
fullscreen=
Whether or not to display the browser in full-screen mode. Default is no. A window in full-screen mode must also be in theater mode. IE only
yes
no
1
0
location=
Whether or not to display the address field. Opera only
yes
no
1
0
menubar=
Whether or not to display the menu bar
yes
no
1
0
resizable=
Whether or not the window is resizable. IE only
yes
no
1
0
scrollbars=
Whether or not to display scroll bars. IE, Firefox and Opera only
yes
no
1
0
status=
Whether or not to add a status bar
yes
no
1
0
titlebar=
Whether or not to display the title bar. Ignored unless the calling application is an HTML Application or a trusted dialog box
yes
no
1
0
toolbar=
Whether or not to display the browser toolbar. IE and Firefox only
yes
no
1
0
Optional. Specifies history list condition.
true - URL replaces the current document in the history list
false - URL creates a new entry in the history list