Link to home
Start Free TrialLog in
Avatar of Jerome Slaughter
Jerome SlaughterFlag for United States of America

asked on

Deselecting a value from a multiple select list box on a coldfusion form

I have a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results page. I realized though that if a user wants to deselect a value after they have selected it (before they click the search button) in any of the list boxes they cannot. How do you allow a user to deselect a value that was selected in a list box?
ASKER CERTIFIED SOLUTION
Avatar of sandeep_chheda
sandeep_chheda

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jerome Slaughter

ASKER

WOW! I've been programming for a little while now and I never knew you could press CTRL to select and deselect a value. Thank you for this easy answer to a easy question. It's appreciated.
WOW! I've been programming for a little while now and I never knew you could press CTRL to also deselect a value in a list box. Thank you for this easy answer to a easy question. It's appreciated.
how to achive deselecting with Java script in listbox