|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
auto passing form results to variables. |
From: |
Tim |
Date: |
6/18/1999 1:42:00 PM |
IP: |
207.51.162.13 |
Okay, I know I can do this:
For Each Name In Request.Form
Response.Write(Name & " = " & Request.Form(Name) & "<br>")
Next
What I want to do is loop through the form object and create actual vbscript variables that are named after "name" and have a value of "Request.Form(name)". Is this possible? How would I code this?
|
Follow Up - Re: auto passing form results to variables. - Tim 8/5/1999 8:03:08 AM
|
|
|
|
|
|
|
|
|
|
|
|