[thelist] Absolute Craziness!!
David McCreath
mccreath at kadmium.net
Fri Jan 10 12:20:32 CST 2003
> -----Original Message-----
> From: Rob Smith
>
> 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?
Are you sure you're writing the variable out?
eg,
<% Response.Write Request.Form("FieldName") %>
Show us the code!
David
More information about the thelist
mailing list