submitNoResponse( )

Description

Submits a form that requires no response.

Property of

Form object

JavaScript synopsis
submitNoResponse(
  confirmMessage, 
  isHidden, 
  isMulti)
JavaScript Parameters
  • confirmMessage   Displays a message to the user in a confirmation dialog. It can be NULL.

  • isHidden   If true, the form should not be listed in the Forms Manager page.

  • 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.