Python CGI Select Multiple Returning all items in box

larsmtl at yahoo.com larsmtl at yahoo.com
Thu Apr 21 16:29:47 EDT 2005


Howdy all,

Is there an easy way to return all items of an "HTML select multiple"
even if they aren't highlighted?

form=cgi.FieldStorage()
form.getlist("box")

only returns those that are selected.

Thanks,

Mark




More information about the Python-list mailing list