home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE="VBSCRIPT" %>
-
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
- <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
- <TITLE>Document Title</TITLE>
- </HEAD>
- <BODY>
-
- <% For Each x In Request.Form %>
- Form variable <%= x %> = <%= Request.Form(x) %> <BR>
- <% Next %>
-
- </BODY>
- </HTML>
-