[thelist] What screen size are my visitors using

Erik Mattheis gozz at gozz.com
Wed May 26 21:58:51 CDT 2004


This is a solution I used:

determine the width and height of the window, and round it down to a 
number divisible by 50
document.write() an img tag to a non-existent GIF with the width and 
height in a query string, ie, <img src="/noimage.gif?800|600" width="0" 
height="0" /'>
look at the 404 report in the stats report


The box the code is on is shut down I can email you off-list


On Wednesday, May 26, 2004, at 04:49  AM, john at johnallsopp.co.uk wrote:
> I have a site which I'm upgrading and wonder what the most popular 
> screen
> resolution (eg. 800 x 600) of users is.
>
> Ideally, I'd like to log visitors to the existing website so I can go 
> back
> through and count em up.
>

--
- Erik Mattheis
612 377 2272
http://gozz.com/



More information about the thelist mailing list