<table cellpadding="3" cellspacing="1" width="500" border="0" bgcolor="#cccccc">
<%
for each key in Request.ServerVariables
Response.Write "<tr bgcolor='#ffffff'><td>"& key &":</td>"
Response.Write "<td>"& Request.ServerVariables(key) &"</td></tr>"
next
%>
</table>