Actuate Information Console reference : Customizing Information Console online help : Customizing icons, links, and the company logo : Changing the browser window title
 
Changing the browser window title
To change the title displayed in the browser’s title bar when viewing online help, alter the title.js file for each document root. The browser’s title bar appears as shown in Figure 10‑7.
Figure 10‑7 The browser’s title bar
How to change the text displayed in the browser’s title bar
Use the following procedure to change the text displayed in the browser’s title bar when you access help.
1 Navigate to the <document root>\wwhdata\common directory for the help topic you want to customize. For example, to change the text displayed in the browser title bar when you open the “Using Information Console” help topic, the <document root> is the <context root>\using-ip directory.
2 In a text editor, open title.js.
3 Locate the line in the code that uses the return method. For the “Using Information Console” help topic, it is the following line:
return "Using Information Console";
4 Change the quoted text value to the text you need to display in the browser’s title bar.
5 Save and close title.js.