Browser popup blocker blocking jasper reports generated from flex
Posted
by pietervn
on Stack Overflow
See other posts from Stack Overflow
or by pietervn
Published on 2010-05-18T08:02:45Z
Indexed on
2010/05/28
13:22 UTC
Read the original article
Hit count: 287
Hi all,
I have a flex application that uses navigateToURL() to call a servlet. The servlet in turn generates a JasperReport and then uses exportReport() to show the report in a new browser tab.
Now, my problem is this. I want to generate multiple reports at once, each opening in its own tab. It all works fine except that in Firefox the built in browser pop-up blocker sees every new tab that is opened after the first report tab as a pop-up. It blocks this and is giving me endless headaches.
I also tried this in IE8, Safari, Chrome and Opera with no problems.
Any help as to how I can get past the Firefox pop-up blocker would be much appreciated.
Pieter
© Stack Overflow or respective owner