IHTMLSubmitData interface

Allows element behaviors to add to the form submission data sent to a server.

Members

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

  • Methods

Methods

The IHTMLSubmitData interface has these methods.

Method Description
appendItemSeparator

Allows element behaviors to append the item separator to the data sent to the server.

appendNameFilePair

Allows element behaviors to submit name-filename pairs to a server from within a form.

appendNameValuePair

Appends a name-value pair to the data submitted to the server.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IElementBehaviorSubmit