[Zope] Getting window dimensions from the request

Passin, Tom tpassin@mitretek.org
Wed, 27 Nov 2002 13:02:42 -0500


[Gary Speer]
>=20
> Is there any way to get either the window dimensions of the=20
> current browser window and/or the resolution of the viewer's=20
> screen in order to calculate and send graphics sized to best=20
> fit their view area of their browser?
>=20

Most browsers these days can get hold of screen and window sizes using
javascript.  You could include the information in a form that a page
would submit.

Cheers,

Tom P