VBScript Sample: vbscript/general/server/server.asp
   ASP Script
   Comments or Client-side Script
   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>


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.