Form.name (Property)

This corresponds to the NAME attribute of the <FORM> tag.

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.name
HTML syntax:<FORM NAME="...">

Forms may be accessed by the NAME or ID attribute in some browsers. It is recommended practice to always use the NAME value.