Home Analyst Portal
Options

How do I change the web browser title of the webpage for the portal

Raul_NoaRaul_Noa Customer IT Monkey ✭
I think this is done in the web.config file but I'm not sure which one nor how.

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

  • Options
    Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Answer ✓
    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"

    Geoff

Answers

  • Options
    Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Answer ✓
    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"

    Geoff
Sign In or Register to comment.