Hi,

I'm using 'postNettext' to send shockwave variables to an .asp script. This
works slightly different from normal form posting as the browser url does
not change to the postnettext target. Shockwave just receives the results of
the postNetText/netTextResult for use in the shockwave environment.

I want to send a load of stuff to an asp page that does something with the
data (builds an image). The only way I can get this to work is by using a
gotoNetPage with the data appended as the querystring.

Obviously, that leaves the data open to manipulation in the querystring,
which I would like to avoid. Can postNetText post data to an asp script that
builds a page using that data (as normal form posting does) or is
postNetText data always just sent back to the shockwave environment?

Would the only way be:

1) postnettext to .asp script
2) script sends a return value (ID) back to shockwave
3) on shockwave receiving this return value, gotoNetPage with the ID that
pulls the data from a database?


Regards,

IanMJ


[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!]

Reply via email to