self
Property of dom/HTMLElementdom/HTMLElement
Syntax
var result = element.self;
element.self = value;
Notes
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.
Syntax
See also
Related pages
frame
window
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]