Property of dom/HTMLElementdom/HTMLElement
Syntaxvar result = element.frameElement;
element.frameElement = value;
Examples
The following example retrieves the frame element of the window and sets its source URL to Microsoft Developer Network (MSDN) Online.
<SCRIPT LANGUAGE="JScript">
var oFrame = window.frameElement;
oFrame.src = "http://msdn.microsoft.com";
</SCRIPT>
Notes Remarks
The window must be a frame or iframe.
Syntax See also Related pageswindow
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4