Computer Science, asked by adnanhussain4272, 9 months ago

How do we access the elements of a form using form object

Answers

Answered by yashisangteea897
3

Answer:

Form elements

  1. find out many elements there are in a specified <form> elements
  2. [index] get the value of the first elements, (index 0) in form..
  3. nameditem..
  4. loop through elements in form and output of value of each element

Explanation:

thank you

Answered by aniketsingh0305
26

Answer:

document.formName

document.form.formName

Explanation:

this should be the ans if its an mcq

Similar questions