MMDT1022 HTML II and Javascript
Week 3


Week 3

Read chapter 17 in the HTML XHTML & CSS book.  This chapters is about creating forms.  Submission of a form requires a working cgi program on the server to accept your input from the form and to process it.  The cgi programs can be written in may different languages.  Some of the popular ones are Perl, C++, JSP, ASP.NET, or PHP.

In class we will be putting together this form to order t-shirts.
The submission posting action URL is http://www1.ridgewater.net/scripts/tshirt/mail.php


Lab 3

Do:  Create a submission form.  Your posting action will be to the URL http://www1.ridgewater.net/scripts/jmail/data.php

Here is a snapshot of the form and the form variable names.  Also shown is the form action that is called upon submission.  Note:  Pay careful attention to the variable name case.  Variable names are cAsE sEnSiTiVe.

Build the web page containing the form.  Once built and published, test your form.  All input fields will be echoed back if your form is working correctly.

Grading Criteria Points
15
A folder created in the site root labeled "lab3" 1
A form with all fields working. 12
Assignment in on time. 2