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