* means mandatory entry
Notes about the form:
This Form is set up to validate the input of first and last name (null value not
accepted) and e-mail address (it just checks to make sure there is an @ and a . (dot))
Additionally, the form has a cookie which saves the form data and when you come
back to it, the previously recorded answer will automatically fill in the box (try it - submit
the form - which goes to the post query PERL file), then come back to this page and refresh it.
When you click back into the names and e-mail address boxes, the value will fill itself back
it (this is great for testing forms).
Also, I have a radio group that controls the picture on the left. By clicking on
an item in the group, a function is called to select a picture location from an array.
I took all of the pictures used in this site. I
modified the cookie from one done several and reused it for this form.