Skip to main content



      Home
Home » Archived » BIRT » How to change the browser window name of Birt Viewer output report
How to change the browser window name of Birt Viewer output report [message #250821] Wed, 01 August 2007 17:08 Go to next message
Eclipse UserFriend
Originally posted by: kale.anuradha.gmail.com

Hi,
I deployed BIRT viewer on JBoss server. Please find attached html
output report.
In the HTML output, the browser window name(Ttitle Bar of explorer window)
and the tab name is "Birt Report Viewer".

I have used the following url to invoke reports.
http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=html


Can I change this window name and tab name to some other name say the url
http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=pdf

These two names look fine in case of BIRT pdf output.

Regards,
Anuradha.
Re: How to change the browser window name of Birt Viewer output report [message #250951 is a reply to message #250821] Thu, 02 August 2007 11:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Anuradha,

This is set in the messsages properties file.
You can use the __title parameter in the URL
Append &__title=MyViewer to test.
or you can modify the FramesetFragment.jsp

<TD WIDTH="3px"/>
<TD>
<B><%= attributeBean.getReportTitle( ) %></B>
</TD>
<TD ALIGN='right'>
</TD>
<TD WIDTH="3px"/>
Inside the <B> element put what you want.

Jason

Anuradha wrote:
> Hi,
> I deployed BIRT viewer on JBoss server. Please find attached html
> output report.
> In the HTML output, the browser window name(Ttitle Bar of explorer window)
> and the tab name is "Birt Report Viewer".
>
> I have used the following url to invoke reports.
> http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=html
>
>
> Can I change this window name and tab name to some other name say the url
> http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=pdf
>
> These two names look fine in case of BIRT pdf output.
>
> Regards,
> Anuradha.
>
>
>
Re: How to change the browser window name of Birt Viewer output report [message #250971 is a reply to message #250951] Thu, 02 August 2007 14:41 Go to previous message
Eclipse UserFriend
Originally posted by: kale.anuradha.gmail.com

Thanks a lot Jason.

Regards,
Anuradha.

"Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
news:f8stkm$iic$1@build.eclipse.org...
> Anuradha,
>
> This is set in the messsages properties file.
> You can use the __title parameter in the URL
> Append &__title=MyViewer to test.
> or you can modify the FramesetFragment.jsp
>
> <TD WIDTH="3px"/>
> <TD>
> <B><%= attributeBean.getReportTitle( ) %></B>
> </TD>
> <TD ALIGN='right'>
> </TD>
> <TD WIDTH="3px"/>
> Inside the <B> element put what you want.
>
> Jason
>
> Anuradha wrote:
>> Hi,
>> I deployed BIRT viewer on JBoss server. Please find attached html
>> output report.
>> In the HTML output, the browser window name(Ttitle Bar of explorer
>> window)
>> and the tab name is "Birt Report Viewer".
>>
>> I have used the following url to invoke reports.
>> http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=html
>>
>>
>> Can I change this window name and tab name to some other name say the url
>> http://localhost:8087/birt5/run?__report=Report/Bound_Polici es_Report.rptdesign&Report_StartDate=05/20/2007&Repo rt_EndDate=05/20/2008&Report_InsuranceCompanyId=0&Re port_DomicileState=New+Mexico&Report_InsuranceCarrierId= 0&Report_BusinessType=All&__format=pdf
>>
>> These two names look fine in case of BIRT pdf output.
>>
>> Regards,
>> Anuradha.
>>
>>
Previous Topic:Dynamic report progress status
Next Topic:Multiple tasks?
Goto Forum:
  


Current Time: Sat Jun 07 03:10:41 EDT 2025

Powered by FUDForum. Page generated in 0.23682 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top