IHTMLFormElement4 interface

This interface extends the IHTMLFormElement, IHTMLFormElement2, and IHTMLFormElement3 interfaces.

Members

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

  • Properties

Properties

The IHTMLFormElement4 interface has these properties.

Property Description

action

Sets or retrieves the URL to which the form content is sent for processing.

enctype

Sets or retrieves the encoding type for the form.

 

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch