[thelist] Absolute Craziness!!

Chris W. Parker cparker at swatgear.com
Fri Jan 10 12:04:02 CST 2003


Rob Smith <mailto:rob.smith at THERMON.com> wrote:

> AAAAAAhhh, I'm losing my mind.
>
> I have an html <form name="Form" method="POST"
> action="Parseit.asp"></form>.
> In my Parseit.asp I have request.form("FieldName"). I fill in the
> FieldName on the form, submit, and the request.form("FieldName") is
> blank!
>
> What the bloody heck is going on here! Ideas?

1. try Request("FieldName") instead
2. are you ABSOLUTELY POSITIVE you are requesting the correct variable?
3. post more code, it could be something else that you have not revealed
yet.

hth,
chris.



More information about the thelist mailing list