Exam 98-382: Introduction to Programming Using JavaScript/Interact with HTML Forms

This lesson covers forms, form fields, input validation, and form submission.[1]

Readings

edit
  1. Mozilla: Manipulating Documents
  2. Mozilla: Sending Form Data Through JavaScript
  3. Mozilla: Form Data Validation

Activities

edit
  1. W3Resources: DOM Exercises
  2. W3Resources: Validation Exercises

Complete and debug code that retrieves input from forms and sets form field values

edit

Retrieve form values; identify the DOM path; get values from different types of elements; prepopulate values; mask values

Complete and debug code that performs input validation

edit

Case; string comparisons; Not-A-Number (NaN)

Describe the form submission process

edit

onsubmit; post versus get; potential targets for submission

See Also

edit

References

edit