Replacing a value in a selectbox without having to delete and re-populate

Yuni

New Member
I wanted to know if it was possible using javascript, to replace a line or a value in a select box. Note the: select box is already populated dynamically with javascript to begin withie. \[code\][SELECT BOX]ApplesOrangesPearsStrawberriesKiwi\[/code\]replace (Oranges) with Mangos, so the new list reads:\[code\][SELECT BOX]ApplesMangosPearsStrawberriesKiwi\[/code\]
 
Back
Top