actionURL

The action URL for the form (PODSSubmission object).

Interface

PODSSubmission

IDL definition
attribute PODSString actionURL;
JavaScript synopsis
sub.actionURL
sub.actionURL = url
C synopsis
PODSString PODSgetActionURL(PODSSubmission* sub);
void PODSsetActionURL(
  PODSSubmission sub*,
  PODSString url
);
Parameters
  • sub   The PODSSubmission object.

  • url   [in] The value of actionURL to set for the PODSSubmission object.

Returns

Getter: The action URL for the PODSSubmission object.

Setter: None

Remarks

The action URL is the URL specified in the form's (PODSSubmission object’s) ACTION attribute, and must be fully qualified. This is the URL of the script to perform. This parameter cannot be NULL. If it is NULL, the form can never be submitted.

See also

actionMethod, resultURL, sourceURL