"Andy Fish" <> wrote in message news:<i8Ivc.3213$>...
> Hi,
>
> I have a javascript solution where page A launches page B in a second window
> and then they can pass data between them. That's all well and good.
>
> Now say page B wants to navigate to page C (i.e. in the same window as page
> B is currently in, and I want to pass information from B to C.
>
> Currently I have it that B passes the information back to A before loading
> C, and C then picks it up from A.
>
> Any easier way to do this? it must be wholly client side and not
> browser-specific.
>
> Many thanks,
>
> Andy
Too lazy to view the whole thread, but did anyone suggest an
invisible frame, or iframe to store such data. We're lucky here, our
app always has a left-side menu frame which shows, so information can
be stored in this frame, while the right side frames change and pick
up such information.
|