But what if the index 36 is variable based on where I want to insert. How do I insert before an option already on the list. The method I use above wipes out the option that was in index 36.
Christian J
May 19 2009, 11:00 AM
With the DOM you can both create the OPTION element and insert it before that other option.