HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/beheer/debug.asp
<html><head>
<STYLE TYPE="text/css">
<!--
  A:link { color: "#000080"; }
  A:visited { color: "#000000"; }
BODY 	{ background: white;
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif }
P 	{ color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif } 
P.redintro	{ color: #ff3300;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif } 
P.blueintro	{ color: #0099ff;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif } 
P.note 	{ color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif } 
.indent 	{ color: black;
	font-size: 10pt;
	text-indent: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif } 
H1, H2 { font-size: 18pt; 
	font-weight: bold;
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif }
H3, H4 { font-size: 12pt; 
	font-weight: bold;
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif }
-->
</STYLE>
<title>Debug</title></head>
<BODY bgcolor="#FFFFFF" LINK="#000080" VLINK="#808080" leftmargin="0" topmargin="0"><blockquote>
<H1>Debug Information</H1>
<h3>Query String</h3>
<% For Each Key In Request.QueryString %>
  <% = Key %> = <% = Request.QueryString(Key) %><BR>
<% Next %>
<hr>
<% ' Request.Form("WhoAmI").item = "me" %>
<h3>Form</h3>
<% For Each Key In Request.Form %>
  <% = Key %> = <% = Request.Form(Key) %><BR>
<% Next %>
<hr>
<h3>Cookies</h3>
<%
  For Each Cookie In Request.Cookies
    If Request.Cookies(cookie).HasKeys Then
      For Each Key In Request.Cookies(Cookie)
        Response.Write Cookie & "(" & Key & ") = " & _
          Request.Cookies(Cookie)(Key) & "<BR>"
      Next
    Else
%>
      <% = Cookie %> = <% = Request.Cookies(Cookie) %><BR>
<% 
    End If
  Next
%>
<hr>
<h3>Server Variables</h3>
<% For Each Key In Request.ServerVariables %>
  <% = Key %> = <% = Request.ServerVariables(Key)%><BR>
<% Next %></blockquote>
</body></html>