%@LANGUAGE="VBSCRIPT"%>
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Spd E-Letter v4
' © 2001, 2002 PensaWorks, inc.
' For help with this program, please visit http://www.pensaworks.com
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Dim Access : Access = "User"
Dim Nav3 : Nav3 = "1"
%>
<%=ListName%> - Spd E-Letter Administration
 |
Server
Variables
|
The information displayed below is for a reference only. In the unlikely event that support for the program is needed, the information displayed here may be of help in diagnosing the problem.
|
| Variable
Name |
Value |
<% for each key in Request.ServerVariables %>
| <%=key%> |
<%if Request.ServerVariables(key) = "" then
Response.Write " "
else
Response.Write Request.Servervariables(key)
end if
%>
|
<% next %>
|
 |
|

|