<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was revisiting some old scripts I had written for 
determining the size of the browser window (or things inside it) -- using 
clientWidth for IE and innerWidth for Netscape / other. Like many scripts 
written for the good old days, measuring seems to have changed as 
well.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Mark Wilton-Jones provides this rather frightening 
analysis <A 
href="http://www.howtocreate.co.uk/tutorials/javascript/browserwindow">http://www.howtocreate.co.uk/tutorials/javascript/browserwindow</A> of 
the behavior of Opera, IE, and FF (various versions of each) in and out of 
quirks mode. A quick text scan of the "editor's draft" of HTML5 at <A 
href="http://www.w3.org/html/wg/html5/">http://www.w3.org/html/wg/html5/</A> reveals 
no mention of either clientWidth or innerWidth, so I'm wondering where this 
might be handled if not in HTML itself?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Apologies if this has been discussed ad nauseum 
before; I may have been napping.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>David</FONT></DIV></BODY></HTML>