I don\'t have much experience in HTML. I am looking to create a simple listbox, but one of the requirements is to DISALLOW multiple selection. Most of the code for listboxes
Remove the multiple="multiple" attribute and add SIZE=6 with the number of elements you want
you may want to check this site
http://www.htmlcodetutorial.com/forms/_SELECT.html