<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>i dynamically fill a &lt;select&gt; with options 
depending on an ID given by another &lt;select&gt;.</FONT></DIV>
<DIV><FONT face=Arial size=2>when i do it twice the first created options still 
are in the new select.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>now i need ans easy function to clear the 
&lt;select&gt; of all its options.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>do i have to count through every option of that 
select or is there a faster way?</FONT></DIV></BODY></HTML>