How to navigate BIRT child report from parent report in another iframe of HTML page
<p>I[color=rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;] have created master child report. In master report, I have made one of the column as hyperlink which is pointing to child report through drill through. Now for integrating this report in my web project, I am using iframe. In iframe src, I am giving URL of my uploaded report on server.[/color]</p><p style="color:rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;">In iframe, parent report appears properly with my xhtml page. Now what happens is like, after clicking on the hyperlink of parent report, child report is getting opened in new window. And my requirement is like the child window needs to be opened in another xhtml's iframe src. So the xhtml body should be same for parent and child window and only the source of the iframes of the xhtml pages should change.</p><p style="color:rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"> </p><p style="color:rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;">Please anyone can get me with the solution.</p>