River's Edge Rest.& Party House Website is a community education project
[tues-crep.git] / sites / rochesterbanquets.com / httpdocs / rer-jan16 / test / apacheasp / test.asp
blob6c34236ca07817634ce7d1ab3fa402140266cff7
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title></title>
5 <meta http-equiv="Content-Type" content="text/html">
6 <link rel="stylesheet" type="text/css" href="../../css/style.css">
7 </head>
8 <body>
9 <table cellspacing="0" cellpadding="0" border="0">
10 <tr class="subhead" align="Left"><th>Name</th><th>Value</th></tr>
11 <% my $class %>
12 <% my $vars = $Request->ServerVariables() %>
13 <% for (sort keys %{$vars}) { %>
14 <% next unless /^HTTP_|^REQUEST_/ %>
15 <% $class = ($class ne 'normal')? 'normal': 'alt' %>
16 <tr class="<%=$class%>">
17 <td><%=$_%></td>
18 <td><%=$vars->{$_}%></td>
19 </tr>
20 <% } %>
21 </table>
22 </body>
23 </html>