FormAction Property  
 

Gets and sets the path to the script that will accept the form data on the server.

Syntax

object.FormAction [= value ]

Remarks

The FormAction property is used to specify the name of the script that will process the form data submitted by the control. This property is only used by the SubmitForm method and changing the property value does not change the current resource.

Data Type

String

See Also

FormMethod Property, FormType Property, CreateForm Method, SubmitForm Method