method Attribute

Microsoft Office InfoPath

method Attribute

Specifies the HTTP method to use for the submit operation.

Type

      xsd:NMTOKEN
    

Remarks

The method attribute is a required attribute of the useHttpHandler element.

The only supported value is "POST".

Example

The following is an example of the method attribute as it is used by the useHttpHandler element:

    <xsf:submit
   caption="Su&amp;bmit"
   disableMenuItem="no"
   onAfterSubmit="KeepOpen"
   showStatusDialog="yes"
   showSignatureReminder="yes">
   <xsf:useHttpHandler>
      href="http://MyServer/InfoPathScripts/MyScript.asp"
      method="POST"
   </xsf:useHttpHandler>
   <xsf:successMessage>Submit was successful.</xsf:successMessage>
   <xsf:errorMessage>Submit was not successful.</xsf:errorMessage>
</xsf:submit>