July 1998
Intermediate to advanced
1456 pages
65h 5m
English
form — NN 3 IE 4 DOM n/a
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.
<INPUT TYPE="file" VALUE="Send File" onClick="doValidate(this.form)">
Object reference.
None.
Read now
Unlock full access