Gets or sets the server-side form handler.

[VBScript]
Public Property Action As String
[JScript]
public function get Action() : String;
public function set Action(String);

Property Value

A string representing the server-side form handler.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace