Hi,
I'm working with a javascript function that allows you to move options back and forth between listboxes. This is working fine - however, when the form is submitted, I want to retrieve all the option values from one of the listboxes to see which values have been removed. Is there any way to retrieve the options of a listbox whether they are selected or not? Thanks....