Retrieves a reference to the current window or frame.
Syntax
HTML | N/A |
---|
Scripting | [ oSelf = ] object.self |
---|
Possible Values
oSelf |
Object that
receives the current window or frame. |
The property is read-only.
The property has no default value.
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.
Standards Information
There is no public standard that applies to this property.
Applies To