Metropoli BBS
VIEWER: root.asp MODE: TEXT (ASCII)
<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="../constant.inc" -->
<!--#include file="../lib/session.inc" -->
<%
On Error Resume Next

CheckSession
'<!--Microsoft Outlook Web Access-->
'<!--Find User root.asp-->
'<!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->

set objRenderApp = Application( bstrRenderApp )


If objRenderApp.ConfigParameter("Publish GAL") = False And Session(bstrAuthenticated) = False Then
	ReportErrorClose L_errPageDisabled_ErrorMessage
	Response.End
End If
%>

<HTML>
<HEAD>
<TITLE>Find Names</TITLE>
</HEAD>
<frameset rows="320,*" border=0 frameborder=no >
	<FRAME SRC="fumid.asp" name=mid_fr marginwidth=20 frameborder=0 >
	<FRAME SRC="fumsgdef.asp" name=msg_fr marginwidth=8 frameborder=0 >
</frameset>
<body bgcolor=ffffff text=000000>
<NOFRAMES>
Microsoft Outlook Web Access must be viewed on a browser that supports frames. <br>
To obtain such a browser, please click <a href="http://www.microsoft.com/ie/download/" target="_blank">here</a> to 
download the Microsoft <a href="http://www.microsoft.com/ie/download" target="_blank"><b>Internet Explorer</a>.</b>  </p>
</NOFRAMES>
</body>

</HTML>
[ RETURN TO DIRECTORY ]