View Single Post
Old 10-06-2012, 09:25 AM   PM User | #8
taypandt
New Coder

 
Join Date: Aug 2012
Posts: 24
Thanks: 5
Thanked 0 Times in 0 Posts
taypandt is an unknown quantity at this point
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.
taypandt is offline   Reply With Quote