Multiple Choice
Case 10-1
Eamon has extensive experience with event handlers and he offers to help Brigid sort through the options available to her.
-Brigid tells Eamon that she would like to use the onClick event handler to trigger the execution of some JavaScript in her code.He sees right away that this will never work for her because she is using the wrong object for the event handler.Which object is she referencing?
A) button
B) window
C) hyperlink
D) Submit button
Correct Answer:

Verified
Correct Answer:
Verified
Q60: The text field that displays a scrolling
Q61: To cause a message to scroll in
Q62: A(n)_ is an action,such as a mouse
Q63: Which of the following methods creates a
Q64: Identify the letter of the choice that
Q66: One reason to avoid assigning a scrolling
Q67: The _ object generally is used with
Q68: The _ component of a scrolling message
Q69: In the statement,onLoad="scrollingMsg()",scrollingMsg is the event handler.
Q70: Identify the letter of the choice that