IHTMLFormElement2 interface

This interface extends the IHTMLFormElement interface.

Members

The IHTMLFormElement2 interface inherits from the IDispatch interface. IHTMLFormElement2 also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLFormElement2 interface has these methods.

Method Description
urns

Retrieves a collection of all objects to which a specified behavior is attached.

 

Properties

The IHTMLFormElement2 interface has these properties.

Property Description

acceptCharset

Sets or retrieves a list of character encodings for input data that must be accepted by the server processing the form.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll (version 5.0 or later)

See also

IDispatch

Reference

IHTMLFormElement

IHTMLFormElement3