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 = "<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>"
objTb.innerHTML = "<DIV id='nbTreeScroller'
style='overflow:auto; height:" + iHeight + "'>" +
objTb.innerHTML + sNavbar + "</DIV>";
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.
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 = "<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>"
objTb.innerHTML = "<DIV id='nbTreeScroller'
style='overflow:auto; height:" + iHeight + "'>" +
objTb.innerHTML + sNavbar + "</DIV>";
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.