Multiple Choice
Which of the following is the general form for the JavaScript statement used to assign a value to a text field object within a form?
A) document.textfieldname.formname.value
B) textfieldname.value = variable_or_literal
C) document.formname.textfieldname.value = variable_or_literal
D) document.formname.textfieldname.value = variable_or_literal = documentname
Correct Answer:

Verified
Correct Answer:
Verified
Q97: The JavaScript statement,_,automatically adds 1 to a
Q98: Which of the following conditional operators always
Q99: You can use the _ function to
Q100: The value property can be used to
Q101: The display object component of a scrolling
Q103: The _ attribute of the open()method includes
Q104: The _ built-in function is the only
Q105: A(n)_ is any expression that evaluates to
Q106: Form validation in JavaScript can use a
Q107: If a value of 12Wre is entered,parseInt()will