[thelist] ASP posting form data

David at softv.net David at softv.net
Tue Aug 14 09:19:08 CDT 2001


Why use a session variable? Just tack the xml string on to the
redirect as a querystring

Response.Redirect("otherpage.asp?xmlstring=blah")

-----Original Message-----
From: Anthony Baratta [mailto:Anthony at Baratta.com]
Sent: Tuesday, August 14, 2001 10:11 AM
To: thelist at lists.evolt.org
Subject: Re: [thelist] ASP posting form data


At 07:06 AM 8/14/2001, you wrote:
>hi all,
>
>i've got a form that posts its data back to an asp page for
processing.
>the asp works its magic and spits out an xml string.  i want to
submit
>this xml string to another form...but for the life of me, can't think
how
>to do it (maybe some swordfish type inducement program should be
running
>:>)...anyone got any ideas??

Why not stuff the string into a Session Variable, redirect to the new
page, 
then pick it back up?

----
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list