On 11/29/05, Keith Sader <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I've got an page that can be accessed from multiple places on the webapp.
>
>
> Page 1 ---> Form Z  <--- Page2
>                       ^
>                       |
>                       |
>                  Page 3
>
> This page needs to be context sensitive when the user hits the
> 'cancel' button so that he/she is returned to the previous caller.

Send origin location in the link, or just store every "current"
location in the session. When you process the Cancel button, navigate
to origin.

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to