|
|
|
|
|
contentWindow
Returns the containing window of the current document.
Syntax
window = document.contentWindowParameters
window is a window object for the window that contains the current document.
Example
// get to the browser // then load new content browserWindow = document.contentWindow; browserWindow.home();Notes
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|