Multiple selection in listbox without holding control key

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bansh
    New Member
    • Dec 2006
    • 11

    Multiple selection in listbox without holding control key

    Hi all,

    As question title I need a javascript which provides the facility to make multiple selection without holding control key. Means I how is it possible to make multiple selection/deselction just clicking over list box items.
    Thanks
  • pvengi
    New Member
    • Nov 2006
    • 3

    #2
    set the selection mode of the list box to multisimple

    Comment

    • bansh
      New Member
      • Dec 2006
      • 11

      #3
      Originally posted by pvengi
      set the selection mode of the list box to multisimple

      Hey !!!!!!!!!!!!!!! !!!!

      this is not the solution. you still need to hold control key for multiple selection.
      please try to do this functionality without holding the CTRL- key

      Comment

      Working...