form Property
Retrieves a reference to the form that the object is embedded in.
Syntax
| HTML | N/A |
| Scripting | [ oForm = ] object.form |
Possible Values
| oForm | Object that specifies the form. |
The property is read-only with no default value.
Remarks
Null is returned if the object is not on a form.
Applies To
| [ Object Name ] |
| Platform | Version |
| Win16: | |
| Win32: | |
| Mac: | |
| Unix: | |
| WinCE: | |
| Version data is listed when the mouse hovers over a link, or the link has focus. |
|
BUTTON,
INPUT type=button,
INPUT type=checkbox,
INPUT type=file,
INPUT type=hidden,
INPUT type=image,
INPUT type=password,
INPUT type=radio,
INPUT type=reset,
INPUT type=submit,
INPUT type=text,
OBJECT,
OPTION,
SELECT,
TEXTAREA
|
|