Question:What is the correct syntax to read the value of a form element?
A document.window.formName.elementName.value B window.document.formName.elementName.value C formName.elementName.value D window.formName.elementName.value
+ AnswerB
+ Report