TechResearch
Programmer
hi, I have some select box that change their contents when some change is made.
The thing is that I have to remove even the element that is selected.
I am using:
for i = 0 to Form.Select.options.length
Form.Select.remove(i)
next
but the element that was selected remains. How do I get rid of it?
The thing is that I have to remove even the element that is selected.
I am using:
for i = 0 to Form.Select.options.length
Form.Select.remove(i)
next
but the element that was selected remains. How do I get rid of it?