The value of resultURL
for the form (PODSSubmission
object).
PODSSubmission
attribute PODSString resultURL;
sub.resultURL
sub.resultURL = url
PODSString PODSgetResultURL(PODSSubmission* sub);
void PODSsetResultURL( PODSSubmission* sub, PODSString url );
sub The PODSSubmission
object.
url [in] The value of resultURL
to set for the PODSSubmission
object.
Getter: The value of resultURL
for the PODSSubmission
object.
Setter: None
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.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |