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
--
http://mail.python.org/mailman/listinfo/python-list
