Felitaur Site
Offerings
|
   
|
|
[Perl CGI Homepage] | [Webscripting HomePage]
Webscripting Assignment 2
Creating a Form Web Page
- You will call the form page form.html (how creative ;) and you
will put in the www directory of your home directory on mcunix
- The form tag will have the method of "post" and the action will be
a mailto:username@mail.mc.maricopa.edu (use YOUR username)
- Your form will have all of the following
- 2 or more text boxes
- One "password" box
- one set of radio buttons
- two or more checkboxes
- A pull down menu with 6 or more choices
- A multi-select menu with 6 or more choices
- One hidden field
- One textarea box (set size options)
- a reset and submit button
- Everything will have a unique name (except the radio buttons)
- Using tables and various html tags, the form elements will be
organized and labelled
- you will use the folllowing options for the text boxes
- You will use the following for radio buttons and for at least one
item of your checkboxes and select menus "Checked or Selected"
- Fill out the form, submit it via your email (make sure you have
used the "netscape email" icon to log in to netscape) and take a look
at the output from your form. Print that out and hand it in, then email
me to look at your form.
|
|