View Full Version : Can I find out a user's monitor settings?
markymark7
01-13-2003, 02:13 AM
Is there a script I can use where I can check/detect a user's monitor settings at the first/front page, and then have the information sent to me?
Thanks.
chrismiceli
01-13-2003, 02:42 AM
what do you mean by monitor setting, like resolution:
width=screen.width;
height=screen.height;
//or like color depth
depth=screen.colorDepth;
//or pixel depth;
pdepth=screen.pixelDepth;
here is a good link
http://javascriptkit.com/howto/newtech3.shtml
markymark7
01-13-2003, 04:16 AM
Mainly resolution...
I had seen that page on the site, but wasn't sure what to do with it :) Can I have the results sent to me directly, or is it only when they reply to something?
I just want to see if the majority of one of my site's visitors use a certain resolution... There are some of the counter sites that I use and they keep track of browsers, network, etc... but I don't think they do stuff with resolution.
Any help would be great! I'm still getting familiar with java.. but it's been interesting so far!
THANKS!
MCookie
01-13-2003, 01:03 PM
> > Can I have the results send to me directly?
But what if 400 people a day visit your page? That's about 12.000 mails a month.. copy-paste everything in Excel?
Better use a tracker: http://www.extreme-dm.com/tracking/
www.stats4all.com does exactly what you want..
markymark7
01-13-2003, 10:38 PM
MCookie and lala...
THANKS! Those will definitely help with what I need...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.