ASP Source Code
ASP File: vbscript/general/server/server.asp
ASP Script
Comments
HTML and Text
<html>
<head>
<title>Server Variables Sample</title>
</head>
<body BGCOLOR="#eadfdf">
<table BORDER="1" CELLPADDING="5" CELLSPACING="0">
<tr>
<td WIDTH="200" BGCOLOR="999999"><b>Server Variable</b></td>
<td BGCOLOR="999999"><b>Value</b></td>
</tr>
<tr>
<td WIDTH="200" BGCOLOR="bbbbbb">
<%=name %>
<p>: </td>
<td BGCOLOR="dddddd">
<%= Request.ServerVariables(name) %>
</td>
</tr>
</table>
<p> </p>
<p> </p>
</body>
</html>