logo © 1996 Phil Waclawski
Felitaur Site
Offerings
About Me
Crafts
Services
ftp files
Help Files
What's New?
Home Page
Other Links
Anatomy &
Physiology
Arthropods
Biology
Computers
Ferrets
Fun Links
Internet
Linux
S.C.A.
Win 95/NT
Comments or
Suggestions
webmaster@ felitaur.com
   
[Perl CGI Homepage] | [Webscripting HomePage]
Webscripting Assignment 2
Creating a Form Web Page

  1. You will use the Basic HTML 5 Template
  2. Note, you may want to view the Filezilla help
  3. 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
  4. The form tag will have the method of "get" and the action will be empty (just action="#" )
  5. 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
  6. Everything will have a unique name (except the radio buttons)
  7. Using tables and various html tags, the form elements will be organized and labelled
  8. you will use the folllowing options for the text boxes
    • size
    • maxlength
  9. You will use the following for radio buttons and for at least one item of your checkboxes and select menus "Checked or Selected"
  10. 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.
  11. Make sure your page validates (there is a validation button built into the template, but you will need to fix the URL)
  12. 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.