-
Extracting values from a multiple select field
Hi!
I want to use javascript to collect the values in a multiple select field. I
use
self.document.forms[i].elements[j].value
in order to traverse through the page and collect the selected values, but
is there a way to do this with a <select>-tag which allows "multiple" choices? I have read the HTML and the JS reference manuals, but can't find any info in regard to this.
Thanks,
/Vahagn
Last edited by vahagn; 01-18-2005 at 12:14 PM.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks