oldteacher
Active member
When using javascipt to open a new window, target=_blank and heexternal not longer work from the opened window.
Example javascipt:

(yes, I need to use
Once you have the window open, if you have
If you use
This worked fine in V2, V2019 but not in V2020.
In a catch 22 here. V2019 produced software stopped working correctly on Win 10. Now I have bought 2020 and stuck in real bind.
PS: would have posted real javascript code, but once again the board has started showing 403 popup when trying to do so.
Example javascipt:

(yes, I need to use
http://heserver/ for this since software interacting with school network)Once you have the window open, if you have
<a href="https://google.com" target="_blank">Google</a> nothing happens when link clicked on.If you use
<a href="heexternal://https://google.com">Example</a> , a new popup EXEOut window opens instead of using users default browser.This worked fine in V2, V2019 but not in V2020.
In a catch 22 here. V2019 produced software stopped working correctly on Win 10. Now I have bought 2020 and stuck in real bind.
PS: would have posted real javascript code, but once again the board has started showing 403 popup when trying to do so.