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
Activities Edit
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