javascript window outerHeight, outerWidth
@July 5, 2008, 1:58 p.m.
outerHeight, outerWidth | Firefox/Netscape/NN 4 IE n/a Chrome/Safari/DOM n/a |
|
Read/Write |
Specify the pixel measure of the height and width of the browser window or frame, including (for the top window) all tool bars, scoll bars, and other visible window "chrome." IE offers no equivalent properties. |
|
Example | |
window.outerWidth = 80; window.outerHeight = 600; |
|
Value | |
Integer. |
|
Default | |
None. |
Powered by Linode.