How many server variables are available for use in your .asp scripts? Display them all with this simple script.
-----------------
for each name in request.servervariables
response.write name
request.servervariables(name)
Next
-----------------
Wednesday, August 15, 2007
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment