Multiple Choice
Case 8-2
David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:
function doClear() {
document.PizzaForm.customer.value = "";
}
-Referring to David's JavaScript above,the text control is assigned the name ____,and it is an element within the form object that you named PizzaForm.
A) document
B) Pizza
C) value
D) customer
Correct Answer:

Verified
Correct Answer:
Verified
Q4: In the case of C,C++,Java,and JavaScript,the assignment
Q5: To validate a set of radio buttons,you
Q6: A _ button is an input control
Q7: MATCHING<br>Identify the letter of the choice that
Q8: A meaningless sequence of gibberish or cryptic
Q10: To create an effective order form,you must
Q11: In addition to using the Backspace or
Q12: There are several JavaScript events that can
Q13: _ is the process of checking user
Q14: Like C,C++,and Java,JavaScript gives you the ability