Contents Index Topic Contents | ||
Previous Topic: IHTMLFontSizesCollection::item Next Topic: IHTMLFormElement::put_action |
IHTMLFormElement
This interface specifies that the contained controls take part in a form.
When programming the form, all control-like elements are added to the form as named items. In addition, these items are exposed through the IHTMLFormElement::item method.
When the focus is on a control in a form, pressing the ESC key once causes the value of the control to revert back to the last value, and pressing the ESC key again resets the form.
If one and only one text box is on a form, pressing ENTER fires the onsubmit event. If the form has a submit button, the button appears with a dark border, indicating that pressing ENTER submits the form.
This element is a block element.
IHTMLFormElement Methods
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.