<%
dim obj
for each obj in Request.ServerVariables
response.write "Object Name: " & obj & "<BR>"
& "Object Value: " & Request.ServerVariables(obj) &
"<BR><BR>"
next
%>
Just a simple blog which will hopefully help someone new to programming in html, Javascript and Eclipse
dim obj
for each obj in Request.ServerVariables
response.write "Object Name: " & obj & "<BR>"
& "Object Value: " & Request.ServerVariables(obj) &
"<BR><BR>"
next
%>