Link to home
Start Free TrialLog in
Avatar of cgaviria
cgaviriaFlag for United States of America

asked on

Event Listener for a specific popup

Hello,

I have a reporting engine that works off of tomcat. This applet is then introduced in an iframe into a regular html page. When a person clicks on the View Report icon, a div then appears that says Processing. On one instance, when a user selects pdf, the div disappears as it should because they are forwarded to the next page. But whenever the user selects .xsl or .csv, then a popup appears to download a file. Unfortunately, the div layer does not disappear when this popup appears, nor when the user presses okay or cancel. Is there an event listener I can tie to this popup window for file download? That if a user presses okay or cancel that this div layer should then hide?
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Not likely. The download is a system generated dialog.
If you have the download in an iframe in the div you pop, then maybe...
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial