Language References
Retrieves the current window or frame.
HTML |
N/A |
Script |
[ oSelf = ] window.self |
oSelf |
Current window or frame. |
The property is read-only with no default value.
The property provides a way to explicitly refer to the current window or frame.
Use the self property to distinguish a window property from a form of the same name. You can also use the self property to make your code more readable by making implicit window references explicit.
window