Homework 1:
Due 04/22/03, 9:30pm. Put in my homework box in the computer lab.

In this assignment, you will make two things, a web page with an HTML form, and a CGI program that will accept the form data and produce a web page. The form will allow the user to select or type in a month and year. After the user clicks the submit button, the CGI program should produce a nicely formatted calendar showing the month and year specified by the user. The calendar output should look like this:

March 2003
Su Mo Tu We Th Fr Sa
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

Your forms pages should have at least these features:

Your CGI program should have at least these features:

Turning in the following for full credit:

1