teamBadMonkey
Programmer
I was wondering if someone could help me out...
I have an existing ASP file that uses Request.Form() data extensively. I'm writing an intermediate file because I need to tie in the ability to receive external XML data (via POST), parse it, then tie it to Form data objects so that the existing code can use it.
I've tried setting up a form that self-submits (using a img onLoad() to call some JavaScript that does a myForm.submit() - yeah i know, ugly), but all that returns is the text of that page - it doesn't actually follow the action of the form to the target file.
if i use request.form() after i've parsed the xml, I get ''Cannot use the generic Request collection after calling BinaryRead.''
can anyone help?
-steve
I have an existing ASP file that uses Request.Form() data extensively. I'm writing an intermediate file because I need to tie in the ability to receive external XML data (via POST), parse it, then tie it to Form data objects so that the existing code can use it.
I've tried setting up a form that self-submits (using a img onLoad() to call some JavaScript that does a myForm.submit() - yeah i know, ugly), but all that returns is the text of that page - it doesn't actually follow the action of the form to the target file.
if i use request.form() after i've parsed the xml, I get ''Cannot use the generic Request collection after calling BinaryRead.''
can anyone help?
-steve