Focal Point
Dashboard

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

October 18, 2005, 02:43 PM
KarateExplosion
Dashboard
How do I make a report open in the content frame of dashboard rather than in a new window? Any help is greatly appreciated.

Thanks
October 18, 2005, 05:07 PM
Francis Mariani
This is what I do, add this JS statement in an Initializing function or in the <body onLoad tag:

// Set parameter screen target frame name
document.forms[0].target = parent.frames[3].name;

In my case, the first frame contains the dashboard banner, the second frame contains the parameter screen and the third frame contains the content.
October 18, 2005, 06:15 PM
KarateExplosion
I have a launch page that accepts the parameters. On the left hand side of the dashboard is where the user selects the launch page that calls the report. Is it the launch page that I add that html tag (document.forms[0].target = parent.frames[3].name;
) to?

Thanks for your help.
October 18, 2005, 06:34 PM
Francis Mariani
Yes, if the launch page is an HTML page that calls a WebFOCUS report.