> > <select name="Consultant_Types_ID" size="3" multiple>
>
> Replace multiple with multiple="yes"

Actually, that's not necessary. The MULTIPLE attribute of the HTML SELECT
tag is a Boolean attribute, and those don't require explicit values. There
are a few of these in HTML, such as the SELECTED attribute of OPTIONs and
the CHECKED attribute of checkboxes and radio buttons.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to