Javascript Reference
Form Elements > forms
javascript forms Description
A collection of all form objects in the document.
javascript forms length
Returns the number of elements in the collection of forms.
javascript forms item( )
Returns a single object or collection of objects corresponding to the element matching the index value (or, optionally in IE/Windows, the index and
javascript forms namedItem( )
Returns a single form object or collection of form objects corresponding to the element matching the parameter string value.
javascript forms tags( )
Returns a collection of objects (among all objects within the current collection) with tags that match the tagName parameter. Redundant here, beca
javascript forms urns( )
Returns a collection of nested forms element objects that have behaviors attached to them and URNs that match the URN parameter.

Powered by Linode.