ASP server variables

They have: 231 posts

Joined: Feb 2000

Does anyone here script with ASP?

I am making a site tracking facility and I want to read the clients screen dimensions. I guess this would be a server variable. Does anyone know how to do it?

:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::

They have: 89 posts

Joined: Sep 1999

Don't know if that is a server variable or not. I think the following code will return all server variables.

<?php
= Request.ServerVariables("ALL_HTTP")
?>

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.