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
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 Satish