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:
As a user, I never want applications (or tabs) to take focus unless I specifically requested it. I have gone to great lengths to prevent tabs in my browser (Firefox) from taking focus for this reason.