VirtualMV/JavaScript/Case Study: Forms/Content

From WikiEducator
Jump to: navigation, search

Case Study: Forms

In this section I will take you through the process of developing the following Form that uses JavaScript for validation.

Initial DVD Rentals form

The steps are:

  1. Create the Form
  2. Use Some JavaScript to add some variables to the Form (Date, Title of Business)
  3. Create a JavaScript skeleton that validates the fields
  4. Add additional code to validate specific input fields
  5. Add JS to perform Calculations
  6. Add Table Object
  7. Add Button to Display the results in a pop-up Window