Gets the number of form controls in the form.

[VBScript]
Public ReadOnly Property Length As Integer
[JScript]
public function get Length() : int;

Property Value

The number of form controls in the form.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace