1
Reply

Selecting/Focusing a window

Ryan

Ryan

Jun 28 2007 4:02 PM
1.7k
Heres the scenario: I initially load a splash screen. The splash goes away, and the main application opens, but does not have window focus because a different window that i have opened (like firefox), maintains focus. How do I select this window to have focus? The following did not work:

this.focus();

Answers (1)