Kane wrote: > If I understand what you are asking then Python & CGI are a poor > solution. It would be easy to have one page ask for the month, click > submit, then have a second page ask for the exact date. Easy; but > terrible design.
An improvement is to just have the dropdown listbox go from 1 to 31, and if the user enters an invalid date, give them an error message and ask them to re-enter the date. -- http://mail.python.org/mailman/listinfo/python-list