Multiple Choice
Case based critical thinking Case 13-3 Thomas is working on reference forms and form fields. He wants to use event handlers that can respond to user actions within a form. He uses the element.onchange event handler. Which event handler should Thomas use for options buttons and check boxes in response to the user clicking those elements?
A) element.onfocus
B) element.onreset
C) element.onblur
D) element.onclick
Correct Answer:

Verified
Correct Answer:
Verified
Q35: Which of the following expressions can be
Q36: In addition to a specified pattern of
Q37: You can load a new page in
Q38: For options buttons and check boxes, use
Q39: You can control the number of digits
Q41: The Luhn Algorithm provides a quick validation
Q42: What does & signify in the string
Q43: The select.name method returns the selection list
Q44: Identify the method that can be used
Q45: Case based critical thinking Case 13-3 Thomas