Page 1 of 1

Screen Resolution

Posted: Tue Jul 22, 2003 5:40 am
by mrskumm
Hi...

Is there a simple way of getting the screen resolution the user has into a database table without using javascript / form post's?

Thanks

Posted: Tue Jul 22, 2003 5:58 am
by qartis
Short Answer: no.

Resolution is client-side. The only time the browser ever divulges the screen's resolution is when it's asked by javascript.

Posted: Tue Jul 22, 2003 6:05 am
by mrskumm
Well, that was what I thought.. Not much to do except writing the sucky JS *lol*