I have a page with a ton of links (foo). If a user opens a link they get a new window (bar) via target="_BLANK" in the link. But if they go back to foo and click on another link instead of another new window (bar2), bar navigates to the new link.
This is only an issue in IE Fx opens a new tab. I need IE to do the same. Or open a new window.
Thanks!