I need help to force the browser to activate a tab that a link just targeted.
I have a website where the first page has the main menu, some artwork, and a music player. In order to avoid interrupting the music player, we have the main menu links from the first page open in a new window using target="_pirates". This works nicely in Chrome & Safari, once you get inside the site, to the 2nd page, the main menu links open in the same window, so no more new windows are opened. If you switch back to the original window with the first page, and click one of the main menu links, it opens that link in the same 2nd window (named 'pirates') and activates that window/tab. Except in Firefox, which loads the link in the 2nd tab but does not activate the 2nd tab, so you can't really tell that anything happened. I'm guessing its due to the option in Firefox that says "When I open a link in a new tab, switch to it immediately." Is there a way to force the browser to activate the 2nd window whenever a link is clicked in the first? Using JavaScript or another solution?
The music player is the mini SoundCloud player, it is Flash-based and I have no idea how to make it continuously play as you click through pages. If that could be implemented, it may be a better solution since we would no longer be dealing with multiple windows :)
Thanks!