DhForm.setSubmitURL

Overview | Methods | Fields | This Package | All Packages

DhForm.setSubmitURL

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