[thelist] ASP and form question

Madhu Menon webguru at vsnl.net
Fri Jul 5 15:28:03 CDT 2002


Hmmm... spotted something else wrong with your input.

At 12:17 AM 7/6/2002, Sharon F. Malone wrote:
>objMail.From = Request.Form("Order_Info_Form")

You're requesting a field called "Order_Info_Form" from the form, except
that I don't see such a field in the form in your HTML code below. Your
*FORM* name is "Order_Info_Form". Where's the line that says something like:

<input name="Order_Info_Form">


><form name="Order_Info_Form" action="process.asp" method="post"
>enctype="text/plain" onSubmit="return
>Order_Info_Form_Validator(this)"><input type="hidden" name="order-orig"
>value="sfmalo at 24caratdesign.com">
><input type="hidden" name="order-bcc" value="cheftrain at yahoo.com">

As things stand now, your "objMail.From" is blank. Or am I missing something?

Regards,

Madhu




More information about the thelist mailing list