<div>I designed a selectbox to&nbsp;select years like below:</div>
<div>&lt;select&nbsp; id=&quot;SYear&quot;&gt;<br>&lt;/select&gt;</div>
<div>&nbsp;</div>
<div>And in the html onload function <font size="2">evaluated the options :</font></div>
<div>&nbsp;&lt;body onload=&quot;setSYear();&quot;&gt;</div>
<div>&nbsp;</div>
<div>And these is a Search button to do Search.Before search i&nbsp;need to do some&nbsp;validation .</div>
<div>But once&nbsp;my&nbsp;validation failed , the select &nbsp;value disappeared. Others like input text all maintained , why?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>