How do I change the web browser title of the webpage for the portal
My goal is to have the server name appear in the title bar or the title of the tab so that I can tell which web server I'm on. Any ideas?
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi @Raul_Noa
The page title (which is the text that shows in the browser tab) varies from page to page within the portal so there is no setting for it. Not that i know about anyway.
However, you can set it via JavaScript so you would need to run this code on every page.document.title = "Server 1"
Geoff2
Answers
The page title (which is the text that shows in the browser tab) varies from page to page within the portal so there is no setting for it. Not that i know about anyway.
However, you can set it via JavaScript so you would need to run this code on every page.
Geoff