[Javascript] window width/height question

Andrew Gibson andyg at ihug.co.nz
Tue Aug 7 02:00:24 CDT 2001


 > what is the property in IE that gives the total height/width of 
 > the window 
 > (including the nav toolbars etc)?
 > 
 > I'm looking for the IE equivalent of Nav's window.outerWidth

document.body.clientWidth   
document.body.clientHeight   ????

Andrew Gibson



More information about the Javascript mailing list