resultURL

The value of resultURL for the form (PODSSubmission object).

Interface

PODSSubmission

IDL definition
attribute PODSString resultURL;
JavaScript synopsis
sub.resultURL
sub.resultURL = url
C synopsis
PODSString PODSgetResultURL(PODSSubmission* sub);
void PODSsetResultURL(
  PODSSubmission* sub,
  PODSString url
);
Parameters
  • sub   The PODSSubmission object.

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

Returns

Getter: The value of resultURL for the PODSSubmission object.

Setter: None

Remarks

The result URL for the form (PODSSubmission object) is the absolute URL of the document returned when the form is submitted. This is the page that displays the result of the form’s action. If the form has never been submitted, specify NULL for this parameter.

See also

actionURL, sourceURL