| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- captureEvents
- clear
- close
- hasFocus
- open
- releaseEvents
- write
- writeln
void write(
in DOMString text);
void writeln(
in DOMString text);
Member Data
- activeElement
- alinkColor
- all
- bgColor
- compatMode
- designMode
- dir
- embeds
- fgColor
- height
- linkColor
- plugins
- scripts
- vlinkColor
- width
readonly attribute Element activeElement;
attribute DOMString alinkColor;
attribute DOMString bgColor;
readonly attribute DOMString compatMode;
attribute DOMString designMode;
attribute DOMString fgColor;
readonly attribute long height;
attribute DOMString linkColor;
attribute DOMString vlinkColor;
readonly attribute long width;
Last Updated: 2009-05-29