Hi,
I'm trying to read a select(dropdown) box from an HTML form along with all its options.
Can you please guide me as to how this can be achieved.
My core requirement is to be able to read a select element with all its option and store it in some variable/node using one JS function. Use another JS function to pick the node and convert the values from node back to the options of select box.
We can probably make use of jQuery as well, provided it is supported by IE6.
Thanks