ASP server variables
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 ::
RC posted this at 18:51 — 17th July 2000.
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.