[Javascript] Re: Screen Resolution

gregorinator gregorinator at gmail.com
Tue Apr 12 07:21:45 CDT 2005


On Tue, 12 Apr 2005 17:07:50 +1000, Abyss <info at abyss.ws> wrote:
> Does anyone know how to detect a users screen resolution with JS?

screen.height and screen.width, though they require js 1.2.

But even then, you can't control whether or not the user has the
browser window maximized, how much screen space is lost to resizeable
task bars, etc.

gs



More information about the Javascript mailing list