Please visit the About Me page for more information about Leonard Nelson or Leo Nelson.
Classic ASP Print Server Variables
Quick snippet of code to loop through and print values of the Server Variables collection:
< %
For Each X in Request.ServerVariables
Response.Write(X & " - " & Request.ServerVariables(X) & " " & "
“)
Next
%>
Genesis Solar Car
During the Summer of 1999 I was part of the team that built and raced the above solar car from Washington D.C to the EPCOT Center in Florida. What a life changing and rewarding experience. Attached is a department newsletter about the team’s accomplishments.
Hello World
Hello World.