Overview | Methods | Fields | This Package | All Packages
Sets the URL to be called when the form's DhSubmit button is clicked.
Syntax
public void setSubmitURL( String strActionURL )
Parameters
strActionURL
The URL to be called when the submit button is clicked.
Remarks
Parameters from form fields are concatenated onto this URL.
See Also getSubmitURL