Results 1 to 3 of 3

Thread: Javascript Help Needed with Multiple Selection Lisbox

  1. #1
    Join Date
    Oct 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Exclamation Javascript Help Needed with Multiple Selection Lisbox

    Hi:

    I'm looking for Javascript that does the following:
    As copying item(s) from list one to list 2, it needs to not only copy the item, but check the option value (1-5) and accordingly append at the end of the item the value of the option to the second multiple selection list, like

    item name >> item name (2)

    and copying back from list 2 to list one it should just copy the item name and not the option value,i.e.

    item name << item name (2)

    I hope this makes sense.

    Thanks for the help in advance.
    Last edited by mmalik; 04-23-2009 at 07:21 PM.

  2. #2
    Join Date
    Apr 2009
    Location
    India
    Posts
    41
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    if you want coding for add and remove items from listbox to another ,
    see this link

    http://ammuseo.wordpress.com/2009/04...-otherlistbox/

  3. The Following User Says Thank You to amutha For This Useful Post:

    mmalik (04-24-2009)

  4. #3
    Join Date
    Oct 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the link- I've already got the script to move items between 2 lists.

    I needed when copying from list 1, check the option value and depending on that value, it also displays the category when an item is selected to be copied to list 2. And when its removed from list 2, it should hide the category.

    But thanks for your help.

    Take care

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
  •