self property
Retrieves a reference to the current window or frame.
Syntax
| JavaScript | |
|---|
Property values
Type: Object
the current window or frame.
Remarks
You can use the property to explicitly refer to the current window or frame. To improve scripting efficiency, you also can use it to make implicit window references explicit.
See also
Show: