Page 1 of 1

WebHelp Plus - How to display topic title on Browser tab

Posted: Wed Aug 01, 2018 5:27 am
by ctremblay
In WebHelp Plus - is it possible to display a topic title on the Browser tab?
I tried adding the following script to my master page, but that had no effect:

<script>
document.title="PB3 Online Help" + document.title;
</script>

I don't know JavaScript so I'm wondering if I'm using incorrect JS.

Thanks.