Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

January 10, 2007

How to prevent pop-up blocking in Firefox

Using navigateToURL() method causes pop-up blocking feature activation in Firefox since Flash is a plug-in:

Use window.open() JavaScript method instead. I have created URLUtil class with openWindow() static method to make it easier:

Now my blog could be opened in a new browser window this way: