form Property | Internet Development Index |
Retrieves a reference to the form that the object is embedded in.
What's New for Microsoft® Internet Explorer 6
This property now applies to the
Syntax
HTML N/A Scripting [ oForm = ] object.form
Possible Values
oForm Object that receives the form. The property is read-only. The property has no default value.
Remarks
Null is returned if the object is not on a form.
Standards Information
This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To