Form elements are reflected in the elements[] array. For example, document.forms[0].elements[1]; is the second element of the first form |
Most Form properties (action, encoding, method, and target) are read/write variables, that is, these properties may be modified on-the-fly |