Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
JavaScript The Web Warrior Series
Quiz 6: Enhancing and Validating Forms
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Matching
Match each statement below with correct item:
Premises:
Responses:
Determines whether a value is not a number
validity object
Enables customization of validation feedback in modern browsers
bubble
Indicates that a form element must have a value
friction
Premises:
Determines whether a value is not a number
Enables customization of validation feedback in modern browsers
Indicates that a form element must have a value
Responses:
validity object
bubble
friction
Question 22
Essay
How can you add options to a selection list with JavaScript?
Question 23
Multiple Choice
When a control's value is found to be invalid during constraint validation, the ____ event is triggered.
Question 24
Multiple Choice
To check a group of fields and trigger an error message if any of them is empty, you use a(n) ____ statement.
Question 25
Multiple Choice
Instead of document.getElementsByTagName("form") [0] , you could use the code
Question 26
Essay
Describe two advantages of referencing form objects using methods such as getElementById()rather than the forms array.
Question 27
Essay
Describe the three behaviors that make up the placeholder effect in modern browsers, and that you need toreplicate with JavaScript for older browsers.
Question 28
Short Answer
Enhancements to HTML and to modern browsers have allowed browsers themselves to perform many validation tasks without any extra JavaScript. This type of validation is known as __________ validation.
Question 29
Short Answer
__________ is the process of checking that information provided by users conforms to rules to ensure that it appropriately answers a form's questions and is provided in a format that the site's back-end programs can work with.