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() : HTMLFormControlsCollectionCreates an instance of the HTMLFormControlsCollection. Returns
|
|||||||||
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
|
||||||||||
References
Availability
JavaScript 1.2|WhatWG