Java Web Start Applet opening new Browser Window/Tab ignoring target
Asked Answered
T

0

3

Having successfully migrated an applet to a java webstart applet, I notice that every call to

getAppletContext().showDocument(
new URL("http://"+ host+ "/" + filename + language + ".htm"),
 "Helppage");

opens a new browser window (Win 7/MSIE11) or tab (firefox depending on configuration) though I obviously request a specific named possibly already open browser window.

Has anyone successfully managed to redirect those calls to one browser window (tab)? If yes, how?

Looks a similar context to How do I close a browser window that was opened by Java Web Start

  • Thanks in advance
Tass answered 19/5, 2016 at 6:49 Comment(2)
I was able to solve this using Atmosphere. A short explanation can be found in this answer.Archduke
Thanks a lot Jaims! I think customer has arranged with the situation but I will definitely have a close look in case this comes up...Tass

© 2022 - 2024 — McMap. All rights reserved.