Question 6
Consider the following code:
Charies wants to write code to execute the changeOption function after the user chooses an option in the select menu. What change to the code should he make?
Question 7
Ashton need to write out the items in any array as a list, with their array index number followed by their value. Which block of code will accomplish this?
A)
B)
C)
D)
Question 8
Loni needs to create a scriptable button in her Web form that does not submit the form but instead, calls a custom function What HTML code should she use?
A)
B)
C)
D)
Question 9
Consider the following code:
The processform() function is not executed when the submit button is pressed. What change should be made to correct this?
Question 10
Consider the following code:
The code displays a pop-up alert message if the username is less than 6 characters and submits the form. What change should be made to prevent the form from submitted if the username is less than 6 characters?
