I am enhancing an order entry screen to allow users to place the same order from/to multiple locations. In the past the user could only select one location and when the confirmation pop up was displayed I showed this location using Place.options[Place.options.selectedIndex].text - now I would like to list all of the locations that the user is placing the order for. Any ideas on how to show the text of all the selected options in a nice orderly list? The way I am doing it now only shows the first selected option.
Thanks
Thanks