Code:
<p><select name = "buyList" multiple = "multiple" size = "10" style = "width: 500px">
<option value = "none">Items to be purchased</option>
</select></p>
This makes a box similar to a drop-down menu, except with no drop-down. The items that are placed on it are individually selectable.