Hopefully an easy question. I want to change the title bar for OWA from Microsoft Outlook Web Access but I can't figure out which htm file to modify. Any help would be greatly appreciated. Thanks
Why not just edit the logon.asp file located in ..\exchsrvr\exchweb\bin\auth\'default language'\logon.asp
Edit the text on line 4 in ""
For example mine looks like this
<% @ ENABLESESSIONSTATE=False LANGUAGE=VBSCRIPT CODEPAGE=1252 %>
<% CONST L_LoginButton_Text = "Connect"
CONST L_WindowTitle_Text = "Microsoft Outlook Web Access for Affy Net Limited"
CONST L_ImgAlt_Text = "Microsoft Office Outlook Web Access provided by Microsoft Exchange Server 2003"
CONST L_ShowUITitle_Text = "Client"
This method is far better than placing the page in a frame as not all browsers like or support frames
The first suggestion worked like a charm but I wanted to try the second also. When I changed those lines in \Program Files\Exchsrvr\exchweb\bin\auth\usa\logon.asp it didn't change the title bar. Any ideas why?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.