|
|
 |
RE: FN-FORUM: ASP problem
date posted 10th August 2003 20:22
John
Try a standard diagnostic routine as a starting point
for EACH formElement IN Request.Form
Thisname = formElement
response.write Thisname & " = " & request(Thisname) & ""
NEXT
hope this helps
Alan S
On 10 August 2003 20:26, John anslow [EMAIL REMOVED] wrote:
>
> I need to iterate through each entry to check if any items have been
> ordered and then mail them to my client so that they can send off the
> appropriate items.
>
|
 |
|