Working with list boxes in HTML, multiple attribute?
I'm trying to get a list box to allow more than one option to be selected. My class notes were not clear on how to use the multiple attribute, just that it exists. Where am I going wrong in this line? <select name="Browser" size="5" multiple>
Public Comments
- Uhmm.. looks right. Just make sure after your options you end it with with /select closing code. When I use that options I have to select mulitples by holding shift. Is that what you're doing?
Powered by Yahoo! Answers