Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the element behaviors that reside in a form to submit data.
Members
The IElementBehaviorSubmit interface inherits from the IUnknown interface but does not have additional members.
Remarks
When a form is submitted, MSHTML performs a QueryInterface on each element behavior that resides in that form for this interface. If the interface exists, MSHTML calls the IElementBehaviorSubmit::GetSubmitInfo method with the address of an IHTMLSubmitData interface. By calling methods of the IHTMLSubmitData interface, your implementation of the IElementBehaviorSubmit::GetSubmitInfo method can add to the information submitted to the server.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Iepeers.dll |