Browser title

Hi, is there the possibility to change the title "FileVista" on the browser's window (e.g. with the title of my website) ?

Any suggestions on that?

Regards

Luca
Luca 4/22/2008 12:00 AM
Yes, you can do that by editing markup code of aspx pages.

In both login.aspx and default.aspx, find the line:

<title><%=InsertTitle%></title>

change it to:

<title>The title of my website</title>
Cem Alacayir 4/24/2008 6:46 AM
Does this still apply for version 4.5.

I have changed the title tag in both aspx files but my browser (both Chrome and IE) display "FileVista".

Many thanks.
Dennis B. 1/23/2012 2:37 PM