| IE4+ |
| channelmode | |
Controls display of the channel bar. |
| left |
The x-position of the left side of the new window, from the left edge
of the screen in pixels; used to position a new window. |
| top |
The y-position of the top side of the new window, from the top edge
of the screen in pixels; used to position a new window. |
| fullscreen |
Controls whether the new window is displayed as fullscreen or not. |
| IE5+ |
| titlebar | |
Controls display of the window title bar. Only trusted dialogs and HTA's
may use this. |
| NN4+ |
| alwaysLowered | |
New window floats below other windows, whether it is active or not. Only
allowed by secure scripts. |
| alwaysRaised |
New window floats on top of other windows, whether it is active or not.
Only allowed by secure scripts. |
| dependent |
The new window is a child of the current window. A dependent window closes when its
parent window closes. |
| hotkeys |
New window created with most hotkeys disabled. Security and quit hotkeys
remain enabled. |
| innerHeight |
The content area of the new window has the specified height. This is
different from the 'height' feature which is the total window height. |
| innerWidth |
The content area of the new window has the specified width. This is
different from the 'width' feature which is the total window width. |
| outerHeight |
The new window has a content and UI height with the specified height.
This is the same as the 'height' feature. |
| outerWidth |
The new window has a content and UI width with the specified width.
This is the same as the 'width' feature. |
| screenX |
The x-position of the left side of the new window, from the left edge
of the screen in pixels; used to position a new window. |
| screenY |
The y-position of the left side of the new window, from the top edge
of the screen in pixels; used to position a new window. |
| titlebar |
Controls display of the window title bar. Only allowed by secure scripts. |
| z-lock |
The new window does not open "above" other windows in the UI Z-order
when activated. Only allowed by secure scripts. |