JavaScript Solution: Select multiple values from a listbox in an Update DataPage   Feature Description: This JavaScript solution shows how to enable the selection of multiple values using a listbox form element in an Update or Details DataPage.   When the DataPage is submitted, the values selected in the listbox are stored in the table as a comma-separated string.   For example: A field named state in a table contains US states. If three states California, Nevada and Oregon