Name

form — NN 2 IE 3 DOM n/a

Synopsis

Read-only

Returns a reference to the FORM element that contains the current element (if any). This property is most often passed as a parameter for an event handler, using the this keyword to refer to the current form control.

Example

<SELECT NAME="units" onChange="recalc(this.form)">

Value

Object reference.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.