Focal Point
Handling events of a report in an iFrame [SOLVED]

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2331022403

October 27, 2008, 05:53 PM
ChannyS
Handling events of a report in an iFrame [SOLVED]
I have a launch page that has an iFrame with a report in it. Is there a way for the launch page to know when a user clicks on a link in the report. Also the link causes a new report to be run - is there a way for the launch page to know when the report is done running/the iFrame has been refreshed?

This message has been edited. Last edited by: ChannyS,


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
October 28, 2008, 03:16 AM
Tony A
Two questions - two answers - neither of them anything to do (per se) with WebFOCUS.

1. Yes as the launch page is the "parent" object for the iframe - check out a JavaScript site and look at handling between parent objects and their children.

2. Yes, but it's not something I would try and explain on this forum. Again check out Javascript forums for what you want.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
October 30, 2008, 02:49 PM
ChannyS
Thanks Tony - I did end up handling it with Javascript.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv