forms
forms returns a list of the FORM elements within the current document.
Syntax
form_list = document.forms
Parameters
form_list is a nodeList of FORM elements.
Example
Notes
Specification
forms
Netscape Communications http://developer.netscape.com |