JavaScript Window property: frameElement
[this page | pdf | back links]
The frameElement property (of the JavaScript
BOM window object) returns
the <iframe>
object in which the current window resides. If the window is not within an <iframe>
object then this property will return null.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)