Solved

Which of the Following Is the General Form for the JavaScript

Question 102

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions