COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: ari_meta on 09 Nov 2010 09:02:37 AM

Title: Title Bar of Browser
Post by: ari_meta on 09 Nov 2010 09:02:37 AM
Hi

Hi all

We want to change title bar of browser in cognos.

Right now it is   <Report Name> - Cognos Viewer – Microsoft Internet Explorer

We want to change it to - <Report Name> - Microsoft Internet Explorer

Any Idea/ Help will be appreciated.

Thanks

Ari
Title: Re: Title Bar of Browser
Post by: kattaviz on 09 Nov 2010 01:02:46 PM
Hi,

Place a HTML item in a report page and add the following code in that HTML.

<script language="javascript">
document.title = "Your title here";
</script>
Title: Re: Title Bar of Browser
Post by: ari_meta on 11 Nov 2010 10:28:15 AM
Thanks Satish