Exam 98-382: Introduction to Programming Using JavaScript/Interact with HTML Forms
Appearance
This lesson covers forms, form fields, input validation, and form submission.[1]
Readings
[edit | edit source]- Mozilla: Manipulating Documents
- Mozilla: Sending Form Data Through JavaScript
- Mozilla: Form Data Validation
Activities
[edit | edit source]Complete and debug code that retrieves input from forms and sets form field values
[edit | edit source]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 | edit source]Case; string comparisons; Not-A-Number (NaN)
Describe the form submission process
[edit | edit source]onsubmit; post versus get; potential targets for submission