Product Information > JADE Web Application Guide > Chapter 1 - Implementing Web Applications > Multiple Selections in List Boxes on Web Forms

Multiple Selections in List Boxes on Web Forms

You must use the CTRL key or SHIFT key to select multiple items in a list box on a Web form, as HTML does not support the MultiSelect_Simple functionality. Multiple selections are therefore regarded as extended multiple selections (that is, MultiSelect_Extended, where the SHIFT+click or SHIFT+arrow key extends the selection from the previously selected item to the current item or CTRL+click selects or deselects an item in the list).