ECA 228 Internet/Intranet Design 1

Lab 8


The purpose of this lab is to introduce basic HTML forms. Upon completion of this lab you will be able to utilize a variety of form controls, and lay out the form in an aesthetic manner using tables.

LAB 8    

Create a form to survey students of Stark State Technical College. Design the page using tables to lay out your form. Send the results to your email address via a mailto: action. Ask for the following information:

  • First name
  • Last name
  • Street address
  • City
  • State
  • Zip Code
  • Email address
  • Male or Female?
  • Full Time or Part Time?
  • Current number of credit hours
  • Anticipated Graduation Date
  • Previous colleges attended
  • Current degrees held (choose all that apply):
    • BA
    • BS
    • MA
    • MEd
    • Other
  • Which Academic Program is respondent enrolled in (choose only one):
    • Business
    • Engineering
    • General Studies
    • Health
  • Age (for demographic purposes only):
    • N/A
    • < 21
    • 21 - 30
    • 31 - 40
    • 41 - 50
    • > 50
  • Which of the following basic courses has the respondent taken:
    • MTH121 College Algebra
    • PHY121 Physics
    • IMT121 Interactive Media
    • EET121 Technology Survey
    • BUS122 Economics
    • SPH122 Inter-group Communication
    • ENG124 College Composition
    • IMT124 Designing with Dreamweaver
    • ECA125 Introduction to Networking
    • ECA127 Software Engineering Principles
  • Which of the following advanced courses has the respondent taken:
    • ENG221 Technical Report Writing
    • ECA222 Introduction to C++
    • IMT222 Digital Audio/Video Production
    • ECA223 Java Programming
    • IMT225 Product Development
    • ECA230 Database Design
    • EET224 SQL Server
  • Would respondent like further information:
    • Admission application?
    • Class schedule?
    • Financial Aid Kit?
    • Catalog?
  • Would the respondent like to be added to the mailing list? (default "Yes")
  • Any comments?

If you have any questions, feel free to email me.

 

If you would like to read more about forms, check out the tutorials at WebRef.com, specifically Redirect & Forms as well as Giving Form to Forms.

Return to LABS.