Results 1 to 1 of 1

Thread: Extracting values from a multiple select field

  1. #1
    Join Date
    Jan 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •