Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OWA Customization - Logoff Button

Status
Not open for further replies.

Edney

IS-IT--Management
Mar 18, 2002
27
0
0
GB
Hi All,

would like to add a logoff button to OWA 2000. Have 2 exchange servers a FE and BE, have found the code that I have to put into the navbar.jss file, does this go into the FE or BE server configuration??
This is the code which goes in the windows.onload function in navbar.jss:

var objTb = g_winDocAll['idOutbarpane'];
var iHeight = document.body.clientHeight - (25 + 30 + 30);
var sNavbar;

sNavbar = &quot;<BR><A id='options' href='?cmd=logoff'
target='viewer' alt='Logoff'><IMG class='nbImage'
src='../../exchweb/img/navbar-logoff.gif' alt='Logoff'></A><DIV
class='nbLabel'>Logoff</DIV>&quot;

objTb.innerHTML = &quot;<DIV id='nbTreeScroller'
style='overflow:auto; height:&quot; + iHeight + &quot;'>&quot; +
objTb.innerHTML + sNavbar + &quot;</DIV>&quot;;

I have put this code in and still no logoff button, I believe it is a problem with this line:

src='../../exchweb/img/navbar-logoff.gif'

This is what the document states, could anyone suggest where I am going wrong. Do I edit navbar.jss on the FE or BE server??

Any help would be great, Cheers Edney.
 
Hi Vibestayo,

I have Exchange Server SP2 loaded, still no logoff button.

I have only SP2 loaded on the front end server not the backend server, any thoughts from anyone??
 
Well the Front-End is basically a proxy. I would install SP2 on the back-end.

When I connect internally to the SP2 back-end I see the Log Off box. Do you? Dan
Microsoft Exchange Support @ Microsoft
 
Hi,

I currently have not installed SP2 on the BE server, would this be why I cannot see the logoff button??

I have SP2 on the FE server,

Any advice would be great.
 
As I said the Front-End is a proxy. If you don't see it when going directly to the back-end then you probably won't see it with the current configuration. Apply SP2 on the Back-end just make sure to get a backup right after as SP1 backups don't restore to SP2. Dan
Microsoft Exchange Support @ Microsoft
 
THanks for your help everyone, putting SP2 on the BE server resolved this
 
Hi All,

another issue with this logoff button!!

I login OK, read mail, etc.. I click Logoff and I receive a &quot;The Page Cannot be Displayed&quot; window in IE. &quot;There is a problem with the page you are trying to reach&quot;. It is trying to load /exchweb/bin/usa/logoff.asp.

Has anyone got any suggestions for this??

Your help is much appreciated, Edney.
 
I have been receiving the &quot;The Page Cannot be Displayed&quot; message upon logging off also. Anyone have an idea with this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top