Felitaur Site
Offerings
|
   
|
[Perl CGI Homepage] | [Webscripting HomePage]
Webscripting Assignment 2
Creating a Form Web Page
- You will use the Basic HTML 5 Template
- Note, you may want to view the Filezilla help
- You will call the form page form.html (how creative ;) and you
will put in the public_html directory of your home directory on the school sever as listed in Canvas
- The form tag will have the method of "get" and the action will be empty (just
action="#" )
- 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, hit "submit" and take a look
at the output from your form up in the location bar of the browser. Copy that Information
and post that and the URL to your form in the appropriate discussion board.
- Make sure your page validates (there is a validation button built into the template, but you will need to fix the URL)
- You can use other web page forms as examples to learn from, but type it up yourself. Do not just copy another form and make a few word changes.
|
|