| |
DavidPinzon
Posts: 2
Score: 0
Joined: 12/13/2002
From:
Status: offline
|
hi, I have some select boxes 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?
|
|