If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Title Bar of Browser

Started by ari_meta, 09 Nov 2010 09:02:37 AM

Previous topic - Next topic

ari_meta

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

kattaviz

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>
thanks & regards
Satish Katta

ari_meta