#22005/3/5 13:54:03
<select name="u_icon" id="select" onChange="document.images['face'].src=options[selectedIndex].value;">
<%for i=1 to 3%>
<option value="00<%=i-1%>.gif">头像<%=i%></option>
<%next%>
<%for i=1 to 3%>
<option value="00<%=i+2%>.gif">头像<%=i%></option>
<%next%>
</select>
<img src="000.gif" width="50" height="75" border="0" id=face>