hello friends i need a small help regarding separation of options from select
    <html>
<select> 
 <option> mango</option>
 <option> apple</option>
 <option> apple</option>
 <option> grapes</option>
 <option> mango</option>
 <option> grapes</option>
</select>
</html>
i want to seperate all mangoes to one textbox and apples to another and so on... dynamically
please helpme with the code... thank you
 
    