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