Is it possible to launch a new window in JavaScript using the window.Open function, then set the focus to that tab?
Here\'s what I\'m doing today:
I'm reasonably certain you can't shift focus to another tab.
My understanding is this is done to somewhat limit pop ups and other malicious content from stealing the users focus.