Wie lautet dein kompletter Focus-Syntax?
So öffne ich das Fenster:
"windowNeu = window.open(href , winName, commonWinSetting + ",height=" + height + ",width=" + width + ",left=" + x + ",top=" + y);"
So setze ich den Focus:
"try {windowNeu.focus();} catch (e) {
alert("windowNeu: windowNeu.focus konnte nicht erzeugt wegen '" + e + "' werden.");}