submitWithResponse( )

Description

Submits a form and displays the response.

Property of

Form object

JavaScript synopsis
submitWithResponse(
confirmMessage, 
linkDepth, 
isMulti)
Parameters
  • confirmMessage   Displays a message to the user in a confirmation dialog. This argument can be NULL.

  • linkDepth   An integer specifying the number of levels of links to follow when downloading the page. Typically, this is 0, which just downloads the main response page. A value of 1 indicates that M-Business Client should traverse all of the links on the response page and download those pages as well. The default is 0.

  • isMulti   If true, the user can submit the same form many times. If false, the user can submit only one form request at a time against a particular Web page.