Document.forms[] PropertyNameDocument.forms[] Property---the Forms in a documentAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
document.forms document.forms.length DescriptionThe forms property is an array of Form objects, one for each HTML form that appears in document. The forms[] array has forms.length elements, numbered from zero to forms.length-1. See the Form object for more information. |
|