Bugger... thought as much! :) My data is manipulated in shockwave, user then passed out of the shockwave environment, asked to register, data held in form values all the while, until ready to submit in one complete transaction).
Just trying to avoid putting stuff in a database (sort of an order/transaction) however temporary only to have it modified/re-written to a database after the shockwave process. There is then the possibility that the stuff temporarily written into the database could lose its process (eg, user force quits the shockwave environment/browser). I'm then left with redundant data hanging around. Not to worry. I could poss goToNetPage with a very small iFrame as the target, which then sets the source of the shockwave iframe/layer to an asp page that picks up the values from the small iFrame... or just lump it and do it the temp db storage way. I must say I've quite enjoyed getting back into Director after a spell away from it, this is the first time I've really attempted any net Lingo... I'm quite impressed with what it can do and the knowledge on this list. ... now if only Director had the flash-like movieclip ability:) Thanks for your help. Regards, IanMJ > OK. I understand now. > > Yes, you will have to perform the postNetText to your first ASP page, do > your database/COM work in it, Response.Write a unique ID back to > Shockwave, > then when your DCR gets the ID response, perform a gotoNetPage to another > ASP page, passing the ID to it, which will then look the data > back up based > on the ID, and display it. >> [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!]