home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / finduser / root.asp < prev   
Text File  |  1997-08-25  |  1KB  |  37 lines

  1. <!--#include file="../constant.inc" -->
  2. <!--#include file="../lib/session.inc" -->
  3. <%
  4. On Error Resume Next
  5.  
  6. CheckSession
  7. '<!--Microsoft Outlook Web Access-->
  8. '<!--Find User root.asp-->
  9. '<!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  10.  
  11. set objRenderApp = Application( bstrRenderApp )
  12.  
  13.  
  14. If objRenderApp.ConfigParameter("Publish GAL") = False And Session(bstrAuthenticated) = False Then
  15.     ReportErrorClose L_errPageDisabled_ErrorMessage
  16.     Response.End
  17. End If
  18. %>
  19.  
  20. <HTML>
  21. <HEAD>
  22. <TITLE>Find Names</TITLE>
  23. </HEAD>
  24. <frameset rows="290,*" border=0 frameborder=no >
  25.     <FRAME SRC="fumid.asp" name=mid_fr marginwidth=20 frameborder=0 >
  26.     <FRAME SRC="fumsgdef.asp" name=msg_fr marginwidth=8 frameborder=0 >
  27. </frameset>
  28. <body bgcolor=ffffff text=000000>
  29. <NOFRAMES>
  30. Microsoft Outlook Web Access must be viewed on a browser that supports frames. <br>
  31. To obtain such a browser, please click <a href="http://www.microsoft.com/ie/download/" target="_blank">here</a> to 
  32. download the Microsoft <a href="http://www.microsoft.com/ie/download" target="_blank"><b>Internet Explorer</a>.</b>  </p>
  33. </NOFRAMES>
  34. </body>
  35.  
  36. </HTML>
  37.