Form.action (Property)

A property that contains the submit action method for the <FORM>.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-myForm.action
HTML syntax:<FORM ACTION="...">

This value corresponds to the ACTION="..." tag attribute in the <FORM> tag that represents this form object. This indicates the server side form handler method.

Warnings: