Christopher, maybe I'm doing something fundamentally wrong here but the asp page I'm postingNetText to never actually exists in a browser window. Shockwave seems to just want to postNetText to that url and then get on with its life (although it does receive a return value as I can pick this up with netTextResult in the shockwave environment).
The script page does reponse.writes based on what comes in from shockwave but I never actually get to see it as, like I just mentioned, it is never displayed in the first place. It seems the only I can make the browser **change** its URL is to use a gotoNetPage. Regards, IanMJ > OK. What about performing a Response.Redirect from the ASP page that you > post to? Do all your database and component work in the first ASP page, > generate a unique referral ID, pass that ID to the page you > redirect to via > the query string, then snatch the data you want to write out to > the new page > based on the ID. > > Would something like that work? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
