Search code examples
javascripthtmladdress-bar

Is there any easy way to change the address bar background?


I would like to change the address bar background in either Firefox or Internet Explorer to indicate weather I am running the test application or the live. Is there any easy way to do it using HTML, Javascript or ASP.NET ?


Solution

  • This is not possible. it would be annoying if the website changes the color of your address bar and make it the same color of the text font.

    How ever if you want to distinguish your current environment, why don't you simply assign a different Favicon for each versions.