drill-through hyperlink don't opens in a new browser despite 'target=_blank' [message #150536] |
Tue, 04 April 2006 03:44  |
Eclipse User |
|
|
|
As it seems that drill-trough reports still opens in the nested frame with
BIRT 2.0.1, Firefox 1.5.0.1, despite of targetWindow=_blank (see Bug
121843),
is it possible to force the targeted report to opens without the frameset
(force the 'run' URL)?
(any code is welcome)
Thanks,
Gilles
'targetWindow=_blank' works well in IE6 (but still have a
'this._instance.ownerDocument' is null or not an object in IE5.5)
|
|
|
Re: drill-through hyperlink don't opens in a new browser despite 'target=_blank' [message #150755 is a reply to message #150536] |
Tue, 04 April 2006 15:45  |
Eclipse User |
|
|
|
You should be able to use the URI option and create your own drill down.
To see the URI that is being used with the default drill option look do the
following.
Look at the window->preferences tab and click on birt->preview.
Select the checkbox that says Always use external browser. Run you report
in the web viewer and
select the drill link. This will get you the URI that the system is using.
Change your drill option to URI and put in the URI. You will have to modify
it to add the row["somevalue"] to the
parameter or bookmark you are using.
Jason
"Gilles" <gilles.vandaele@axa.be> wrote in message
news:fb314b8a067d8a529fefbaa985014b25$1@www.eclipse.org...
> As it seems that drill-trough reports still opens in the nested frame with
> BIRT 2.0.1, Firefox 1.5.0.1, despite of targetWindow=_blank (see Bug
> 121843), is it possible to force the targeted report to opens without the
> frameset (force the 'run' URL)?
> (any code is welcome)
> Thanks,
>
> Gilles
>
> 'targetWindow=_blank' works well in IE6 (but still have a
> 'this._instance.ownerDocument' is null or not an object in IE5.5)
>
|
|
|
Powered by
FUDForum. Page generated in 1.12331 seconds