are you talking about a select element with a property of multiple? When do you want to "display" this list, and how would you like to display it? In another field, or just text?
Ideally this functionality would be handled on the ASP end, not the JavaScript end. JavaScript is disabled in arguably 10% of all browsers. ASP is disabled in 0% of them. You'll lose 10% of your data in a public website.
ASP will allow you to loop through the select value array and build the string if need be.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.