David .Wu Mon, 08 Jun 2009 18:24:05 -0700
if I have a menu, how to get the position of the option after I select one of it?
for example, if I choose b, and the position should b 2. <select> <option>a</option> <option>b</option> <option>c</option> </select>