• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Javascript: window.open doesn't work in Firefox?

Here's the scenario: I have to open a page in a new window when someone is leaving the current site. I've accomplished this with ******'s on all links that leave the site and the attached Javascript. It works fine in IE, but not in Firefox. In Firefox, it gets inside of the if statement, but never opens the window. Any ideas?
 
No, the pop-up blocker will prevent any window.open() calls from executing unless they are the direct result of an "on click" event.
 
Back
Top