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

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

On Error Resume Next

CheckSession2 bstrVirtRoot + "/finduser/root.asp"

set objRenderApp = Application( bstrRenderApp )
bcGrayM = "#c0c0c0"
bcGray = "#909090"
bcGrayD = "#707070"

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


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<HTML>
<HEAD>


<script language="JavaScript">
function SubmitFindForm() {
    var errorMsg;
    if (document.findForm.DN.value== "" && document.findForm.FN.value=="" &&
        document.findForm.LN.value=="" && document.findForm.TL.value=="" &&
        document.findForm.AN.value=="" && document.findForm.CP.value=="" &&
        document.findForm.DP.value=="" && document.findForm.OF.value=="" &&
        document.findForm.ST.value=="" && document.findForm.CO.value=="" &&
        document.findForm.CY.value=="")
    {
        L_ValidData_Message = "Please enter the search information in one or more fields.";
        alert(L_ValidData_Message);
        document.findForm.DN.focus();
    }
    else
        document.findForm.submit();
}
</script>

</HEAD>


<body  bgcolor=c0c0c0 text=000000 link=white vlink=white alink=white leftmargin=8 topmargin=8">

<FORM name="findForm" ACTION="fumsg.asp" onSubmit="SubmitFindForm(); return(false);" METHOD=POST TARGET=msg_fr>

<table align=left border=0 cellpadding=5 bgcolor=<%=bcGrayM%> cellspacing=0 width=100% bordercolor=999966 >

<tr bgcolor=<%=bcGrayD%>>

<td colspan=4>
<b><font size=6 color=white>Find Names</font></b>
</td>

</tr>

<tr>
		<td width=25% align=right><font color="black" size=2>
		<nobr>Display Name:</nobr></font>
		</td>

		<td colspan=3 valign=bottom align=left><font size=<%=iFontSize%>>
		<INPUT TYPE=TEXTBOX NAME="DN" VALUE="" MAXLENGTH=256 size=40></font>
		</td>
	
	</tr>
	<tr>
<% For NameOrder = L_LastNameFirst_Number To L_LastNameFirst_Number+1  %>
<% If NameOrder MOD 2 = 0 Then %>
		<td width=25% align=right>
		<font size=2><nobr>First Name:</nobr></font>
		</td>		
	
		<td width=25%><font size=<%=iFontSize%>>
		<INPUT TYPE=TEXTBOX NAME="FN" VALUE="" MXLENGTH=64 size="13"></font>
		</td>
<% Else %>
		<td width=25% align=right>
		<font size=2><nobr>Last Name:</nobr></b></font>
		</td>		
		
		<td width=25%><font size=<%=iFontSize%>>
		<INPUT TYPE=TEXTBOX NAME="LN" VALUE="" MAXLENGTH=64 size="13"></font>
		</td>
<% End If %>
<% Next %>
	</tr>
	<tr>
		<td align=right><font size="2">
		Title:</b></font></td>		

		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="TL" VALUE="" MAXLENGTH=64 size="13"></font>
		</td>
	
		<td  align=right><font size="2">
		<nobr>Alias Name:</nobr></b></font></td>	
	
		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="AN" VALUE="" MAXLENGTH=64 size="13"></font></td>
	</tr>
	<tr>
		<td align=right><font size="2">
		Company:</b></font></td>		

		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="CP" VALUE="" MAXLENGTH=64 size="13"></font></td>

		<td align=right><font size="2">
		Department:</b></font></td>	
	
		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="DP" VALUE="" MAXLENGTH=64 size="13"></font></td>
	</tr>
	<tr>
		<td align=right><font size="2">
		Office:</b></font></td>	
	
		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="OF" VALUE="" MAXLENGTH=128 size="13"></font></td>

		<td align=right><font size="2">
		City:</b></font></td>		
		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="CY" VALUE="" MAXLENGTH=128 size="13"></font></td>
	</td>
	<tr>
		<td align=right><font size="2">
		State:</b></font></td>	

		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="ST" VALUE="" MAXLENGTH=128 size="13"></font></td>

		<td align=right><font size="2">
		Country:</b></font></td>		
		<td><font size=<%=iFontSize%>>
		<INPUT TYPE="TEXTBOX" NAME="CO" VALUE="" MAXLENGTH=128 size="13"></font></td>
	</td>

</tr>

<tr>
<td colspan=4 align="middle">
<input type="button" value="Find" onClick="SubmitFindForm()">
<input type="button" value="Close" onClick="parent.close()">
<input type="button" value="Help" onClick="openNewWindow('../help/FINDUSER.HTM','inlineHelpWindow',600,400)">
</td>
</tr>

</table>

</form>

<script language="JavaScript">
   document.findForm.DN.focus()
</script>

</body>
</html>
[ RETURN TO DIRECTORY ]