Post from page A to page B. Page B loads hidden form fields
with the
information posted from Page A. To navigate away from Page B,
you click a
button which submits the hidden fields to Page C. That's
typically how it's
done.
Alternately, you could post to Page B, and include those
posted data in URL
variables, or cookies, or Session variables when you link to
Page C.
Like that.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"EviePhillips" <webforumsuser@macromedia.com> wrote in
message
news:g3pbs0$hu$1@forums.macromedia.com...
> This is a good question. Even though his objective might
be solved in
> other
> ways. It would be great to get an answer to his original
inquiry.
>
> I am also interested in using a posted variable from a
form on other pages
> of
> the site.
>
> The form posts to one page (the receipt page). You can
use the form
> variables
> easily on that page (the receipt page) by creating a
form variable and
> dragging
> it to where you want it on the page.
>
> BUT, how can you use this information on other pages in
the site? What
> type
> of "variable" would you create and how?
>