-
Question 1. In Javascript, when does the OnUnload event execute?
-
When the program starts running
-
-
-
-
Question 2. In Javascript, when does the Onblur event take place?
-
When an object in form loses focus
-
When an object in the form has focus
-
When moving the mouse over the form
-
When clicking the command button
-
Question 3. In Javascript, when does the OnMouseOver event execute?
-
When an object in form loses focus
-
When an object in the form has focus
-
When moving the mouse over an object in the form
-
When clicking the command button
-
Question 4. In Javascript Onclick event done when?
-
When an object in form loses focus
-
When an object in the form has focus
-
When clicking on an object in the form
-
When clicking the command button
-
Question 5. In Javascript, when does the Onchange event execute?
-
When an object in form loses focus
-
When an object in the form has focus
-
Occurs when the value of a field in the form is changed by the user
-
When clicking the command button
-
Question 6. In Javascript, what is the result of the following code?
-
When running, another page (VNN) is displayed
-
Can't run because it's wrong
-
When finished, another site appears
-
-
Question 7. What is the card used for?
-
Create a text box to enter 1-line data
-
-
Create a textbox that allows multi-line input
-
-
Question 8. What is the card used for?
-
Create a text box to enter 1-line data
-
-
Create a textbox that allows multi-line input
-
-
Question 9. Card