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
editActivities
editComplete and debug code that retrieves input from forms and sets form field values
editRetrieve 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
editCase; string comparisons; Not-A-Number (NaN)
Describe the form submission process
editonsubmit; post versus get; potential targets for submission