The multiple attribute doesn't seem to work. I type
On some browsers (Netscape on the Mac in particular), the MULTIPLE option only allows you to select multiple adjacent entries in a selection. If you can do this, then your HTML is correct and you can just blame it on the browser.
Ack! It won't let me select even multiple adjacent attributes. Do I have to just include multiple pop-up menus so that the user can choose multiple items that go together?
I visited your form. I tried the menus associated with the "Which character" questions and I could select multiple adjacent items (did you hold down the shift key?). This won't be good enough for what you need, however. The only item that would let visitors select multiple choices in any way they want are check boxes. This will make each question take up quite a bit of room, but...
<SELECT NAME="favorite character" SIZE=3 MULTIPLE>
and all I get is a regular scroll box, 3 lines high, but it only lets me select one item at a time.
By Tom Murtagh (Admin) on Sunday, November 15, 1998 - 10:28 pm:
Tom
By Lichtman, Karen M. (02kml) on Monday, November 16, 1998 - 12:59 pm:
By Tom Murtagh (Admin) on Monday, November 16, 1998 - 08:10 pm:
Tom