Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

open report in a new IE-window instead of the same one as the report explorer is in.

edited March 2004 in End User
Hi,
I'm trying to open the selected report in a new (blank) Internet Explorer
window instead
of the parent window where the report explorer is in.
I'm building an ISAPI web application and have the report explorer inside an
IFrame wich
looks great in my webdesign. But when a report gets selected i'd like to let
it appear in a
new window. How can I do this?

Thanks,
Pascal

Comments

  • edited March 2004

    For future reference, please post server questions in the Server newsgroup.

    When a Web session is created, the WebTier creates a folder under the
    WebCach edirectory that contains all of the content for the session. For the
    demo WebTier, all of the sesions are cached under c:\rbWebPub\Cache\

    The Report Explorer consists of a ExplorerFrameSet.htm, a TreeView.htm and a
    ListView.htm. You would need to modify the ListView.htm that is generated
    for each session. You would need to change the target for the anchor from
    _Parent to _Blank. I tried this using Notepad to modify a ListView.htm that
    was saved in a session cache and it seemed to work properly.

    To implement this within the WebTier, check out the
    RBServer\Demos\WebTier\Custom Parameters example. That examples shows to
    take more control over the processing.




    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.