Metropoli BBS
VIEWER: logoff.asp MODE: TEXT (ASCII)
<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="constant.inc" -->
<!--#include file="lib/session.inc" -->
<HTML>
<HEAD>
<TITLE>Microsoft Outlook Web Access - Logoff</TITLE>
</HEAD>

<%
On Error Resume Next

SessionGet

SessionImpersonate

ClearSession 

Session.Abandon


%>


<BODY background="back.jpg" bgcolor=#ffff99 text=000000 link=000000 vlink=000000>
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR><TD VALIGN=TOP ROWSPAN="2">
<A HREF="http://www.microsoft.com/outlook" ALT="Microsoft Outlook">
<IMG SRC="part1.gif" ALIGN=LEFT HSPACE=0 VSPACE=0 BORDER=0 WIDTH=273 HEIGHT=188 ALT="Microsoft Outlook">
</A>
</TD><TD VALIGN=TOP>
<A HREF="http://www.microsoft.com/outlook" ALT="Microsoft Outlook">
<IMG SRC="part2.gif" ALIGN=LEFT HSPACE=0 VSPACE=0 BORDER=0 WIDTH=296 HEIGHT=169 ALT="Microsoft Outlook">
</A>
</TD></TR>
<TR><TD>for Microsoft (R) Exchange Server</TD></TR>
</TABLE>
<table width=75% border=0 cellpadding=15>
<tr><td>
<br><br>
<font <%=bstrFace%> size=5 color=330000><b>Microsoft Outlook Web Access Log Off</b>
</font>
<font <%=bstrFace%> size=3 color=330000>
<br><br>To complete the log off process and prevent other users from opening your mailbox, you must close your browser.
<br>To log on again, <A HREF=<%= bstrVirtRoot & "/logon.asp" %> >click here</A>.
</font>
</td></tr>
</table>
<table width=100% border=0 cellpadding=5>
<tr align=top>
	<td width=2%></td>
	<td width=42% align=right valign=middle>
    <table width=100% border=0>
    <tr>
    <td align=center valign=middle>
    <a href="http://www.microsoft.com/ie"><img border=0 src="msie.gif" width=88 height=31 ALT="Microsoft Internet Explorer"></a>
    </td>
    <td align=center valign=middle>    
    <a href="http://www.microsoft.com/products"><img border=0 src="msprod.gif" width=88 height=31 ALT="Powered by Microsoft products"></a>
    </td>
	</tr>
	</table>
    </td>
	<td></td>
	<td rowspan=2 width=2%></td>
</tr>

</table>
</body>
</html>

[ RETURN TO DIRECTORY ]