<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>WHY  would a drop down box redirection scirpt</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>work on one machine in the same browser</FONT>
<BR><FONT SIZE=2>and not work on another</FONT>
</P>

<P><FONT SIZE=2>one machine has windows 2k</FONT>
<BR><FONT SIZE=2>the other windows nt.</FONT>
</P>

<P><FONT SIZE=2>i.e.</FONT>
</P>

<P><FONT SIZE=2>code</FONT>
</P>

<P><FONT SIZE=2>&lt;head&gt;</FONT>
<BR><FONT SIZE=2>&lt;title&gt;Admin Main Menu&lt;/title&gt;</FONT>
<BR><FONT SIZE=2>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;!--</FONT>
<BR><FONT SIZE=2>function reDirect(thevar)</FONT>
<BR><FONT SIZE=2>&nbsp;{</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; window.location.href = thevar.value;</FONT>
<BR><FONT SIZE=2>}</FONT>
<BR><FONT SIZE=2>// --&gt;</FONT>
<BR><FONT SIZE=2>&lt;/SCRIPT&gt;</FONT>
<BR><FONT SIZE=2>&lt;/head&gt;</FONT>
</P>

<P><FONT SIZE=2>&lt;body &gt;</FONT>
</P>

<P><FONT SIZE=2>&lt;div align=&quot;center&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;center&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;table border=&quot;1&quot; width=&quot;500&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; &lt;tr&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width=&quot;243&quot;&gt; </FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Administer People in the Office</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width=&quot;241&quot;&gt;Administer the Offices&lt;/td&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; &lt;tr&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width=&quot;243&quot;&gt; </FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;AdminPeople&quot; onChange=&quot;reDirect(this)&quot; size=&quot;1&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;/testing/admin/AdminTransferPeople.asp&quot;&gt;TransferPerson&lt;/option&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;/testing/admin/AdminTerminatePeople.asp&quot;&gt;TerminatePerson&lt;/option&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;/testing/admin/AdminLOAPeople.asp&quot;&gt;LOAPerson&lt;/option&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;/testing/admin/AdminReactivatePeople.asp&quot;&gt;ReActivatePerson&lt;/option&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;/testing/admin/AdminEditProfile.asp&quot;&gt;ChangeProfileid&lt;/option&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option selected&gt;Select Choice&lt;/option&gt;</FONT>
</P>

<P><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;</FONT>
</P>

</BODY>
</HTML>