|
-
Oct 17th, 2002, 02:29 AM
#1
Thread Starter
PowerPoster
Request.Form?? WEIRD
Hey all,
For some strange reason request.form doesnt work??
I have a form with method=post then on the asp page i have
varMess = Request.Form("message")
Where message = the name of an input box!
But nothing comes up even though i entered something in!
Any ideas
thanks
b
-
Oct 17th, 2002, 06:49 AM
#2
PowerPoster
hi
Not possible...
Perphaps missing somthing somewhere probabaly a simple mistake...post code of both pages if need be.
-
Oct 17th, 2002, 12:29 PM
#3
Frenzied Member
Post your code. You may be trying to access it at a time that it either is not populated or not available.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Oct 17th, 2002, 07:44 PM
#4
Thread Starter
PowerPoster
Nah it was before a binarywrite method so request.form doesnt work! But it wasnt giving me that error. But how stupid is that!
Anyone know of a way around this problem?
-
Oct 18th, 2002, 03:15 AM
#5
Hyperactive Member
hi,
i have had this - the binaryread and form/querystring are multually exclusive.
you have to do only the binaryread to get the whole http mesage then string slice out any form fields, which is a tedious.... but the only way I know of.
cheers, A.J.P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|