HTMLFormControlsCollection : HTMLCollection
Return to: HTML DOM Level 5 index

Defines a clickable button element.

Platform Support

Mozilla Chrome Safari Opera IE Netscape
1.0+ 5.0+ 1.0+ 5.0+ 4.0+ 6.0+

Constructors

Constructor Action Mozilla Chrome Safari Opera IE Netscape
HTMLFormControlsCollection Constructor() : HTMLFormControlsCollection
Creates an instance of the HTMLFormControlsCollection.
Show Details 1.0+ 5.0+ 1.0+ 5.0+ 4.0+ 6.0+

HTMLFormControlsCollection() : HTMLFormControlsCollection

Creates an instance of the HTMLFormControlsCollection.

Returns
HTMLFormControlsCollection

Visibility
internal

Functions

Method Action Mozilla Chrome Safari Opera IE Netscape
namedItem(String name) : void
Returns the form control in the form with the given ID or name.
Show Details 1.0+ 5.0+ 1.0+ 5.0+ 4.0+ 6.0+

Parameters
String name The name of the item.

Availability

WhatWG

References

HTMLFormControlsCollection

Availability

JavaScript 1.2|WhatWG

text_javascript aptana_docs