= Does not want the title to be updated = == Issue == User does not want the updating the browser does by default in the title bar == Resolution == If you wish to prevent the WWHelp runtime from updating the window title, you can change this behavior by creating an override for "help.js". \Formats\WebWorks Help 5.0\Files\wwhelp\wwhimpl\common\scripts\help.js Search for the function WWHHelp_DocumentBookkeeping by searching for: {{{ function WWHHelp_DocumentBookkeeping(ParamURL) }}} Within this function, search for the line: {{{ WWHFrame.document.title = WWHStringUtilities_UnescapeHTML(this.fHREFToTitle(ParamURL)); }}} and comment it out with two leading slashes (//): {{{ // WWHFrame.document.title = WWHStringUtilities_UnescapeHTML(this.fHREFToTitle(ParamURL)); }}}