Is there a way to use the Request.ServerVariables command to get the screen resolution. I saw Request.ServerVariables("HTTP_UA_PIXELS"
on a ASP page but for some reason it will not write to my database like the rest of my ServerVariables.
If not...what are my options?
I know there is a way in Javascript..
varWidth = screen.width;
varHeight = screen.height;
but then can I write these values to the database with ASP
Can I do it in VB Script?
Thanks in advance
eclipse33
If not...what are my options?
I know there is a way in Javascript..
varWidth = screen.width;
varHeight = screen.height;
but then can I write these values to the database with ASP
Can I do it in VB Script?
Thanks in advance
eclipse33