The following is a list of all available server variables and the values that they return for this page. To iterate this collection, use the following code: for each key in Request.ServerVariables strServerVar = strServerVar & key & " = " & Request.ServerVariables(key) next |