I want to programmatically dim variables and get their names from the
request form so that they preserve the names used in the form elements.

So if I have an html form name="termcode" value="200240"

pseudo:
for each item in request.form
 dim itemName
 itemName = request.form(item)
next

response.write termcode

will write 200240

How can I do this? I seem to remember reading something along these lines a
couple of years ago, perhaps on this list.

Thanks,
Mike


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to