Transferring list box items

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shabam

    Transferring list box items

    I'm looking for a way to code two list boxes with a button in between them.
    When I select an item from the left list and click the ">" I want that item
    to move to the list box to the right (alphabetically ), and get deleted off
    the list on the left. Also if I select an item on the right and click the
    "<" button, I want that item to disappear off the list on the right and
    appear on the left (alphabetically ).

    I'm doing this so that I can take the values on the right list and send out
    mail to those people.

    Is there done code for this or a web tutorial somewhere? Thanks in advance.


  • Janwillem Borleffs

    #2
    Re: Transferring list box items

    Shabam wrote:[color=blue]
    > Is there done code for this or a web tutorial somewhere? Thanks in
    > advance.[/color]

    When you google for "javascript " + your subject, you will find several
    matches.


    JW



    Comment

    • Matt Kruse

      #3
      Re: Transferring list box items

      "Shabam" <info@pcconnect .net> wrote:[color=blue]
      > I'm looking for a way to code two list boxes with a button in between[/color]
      them.[color=blue]
      > When I select an item from the left list and click the ">" I want that[/color]
      item[color=blue]
      > to move to the list box to the right (alphabetically ), and get deleted off
      > the list on the left.[/color]

      I have a library which makes this very easy:


      There are, of course, other solutions out there if you don't like mine :)

      --
      Matt Kruse
      Javascript Toolbox: http://www.mattkruse.com/javascript/


      Comment

      Working...