home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / logoff.asp < prev    next >
Text File  |  1997-08-25  |  2KB  |  76 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
  2. <!-- Microsoft Outlook Web Access -->
  3. <!-- Logoff.asp-->
  4. <!-- Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  5. <SCRIPT LANGUAGE=VBSCRIPT RUNAT=Server>
  6. '<!--#include file="constant.inc"-->
  7. '<!--#include file="lib/session.inc"-->
  8.  
  9. </SCRIPT>
  10. <HTML>
  11. <HEAD>
  12. <TITLE>Microsoft Outlook Web Access - Logoff</TITLE>
  13. </HEAD>
  14.  
  15. <%
  16. On Error Resume Next
  17.  
  18. SessionGet
  19.  
  20. SessionImpersonate
  21.  
  22. ClearSession 
  23.  
  24. Session.Abandon
  25.  
  26.  
  27. %>
  28.  
  29.  
  30. <BODY background="back.jpg" bgcolor=#ffff99 text=000000 link=000000 vlink=000000>
  31. <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
  32. <TR><TD VALIGN=TOP ROWSPAN="2">
  33. <A HREF="http://www.microsoft.com/outlook" ALT="Microsoft Outlook">
  34. <IMG SRC="part1.gif" ALIGN=LEFT HSPACE=0 VSPACE=0 BORDER=0 WIDTH=273 HEIGHT=188 ALT="Microsoft Outlook">
  35. </A>
  36. </TD><TD VALIGN=TOP>
  37. <A HREF="http://www.microsoft.com/outlook" ALT="Microsoft Outlook">
  38. <IMG SRC="part2.gif" ALIGN=LEFT HSPACE=0 VSPACE=0 BORDER=0 WIDTH=296 HEIGHT=169 ALT="Microsoft Outlook">
  39. </A>
  40. </TD></TR>
  41. <TR><TD>for Microsoft (R) Exchange (TM) Server</TD></TR>
  42. </TABLE>
  43. <table width=75% border=0 cellpadding=15>
  44. <tr><td>
  45. <br><br>
  46. <font <%=bstrFace%> size=5 color=330000><b>Microsoft Outlook Web Access Log Off</b>
  47. </font>
  48. <font <%=bstrFace%> size=3 color=330000>
  49. <br><br>To complete the log off process and prevent other users from opening your mailbox, you must close your browser.
  50. </font>
  51. </td></tr>
  52. </table>
  53. <table width=100% border=0 cellpadding=5>
  54. <tr align=top>
  55.     <td width=2%></td>
  56.     <td width=42% align=right valign=middle>
  57.     <table width=100% border=0>
  58.     <tr>
  59.     <td align=center valign=middle>
  60.     <a href="http://www.microsoft.com/ie"><img border=0 src="msie.gif" width=88 height=31 ALT="Microsoft Internet Explorer"></a>
  61.     </td>
  62.     <td align=center valign=middle>    
  63.     <a href="http://www.microsoft.com/products"><img border=0 src="msprod.gif" width=88 height=31 ALT="Powered by Microsoft products"></a>
  64.     </td>
  65.     </tr>
  66.     </table>
  67.     </td>
  68.     <td></td>
  69.     <td rowspan=2 width=2%></td>
  70. </tr>
  71.  
  72. </table>
  73. </body>
  74. </html>
  75.  
  76.