Many of the examples I've seen to date showed how to go from page A to page B to page C, by having C's page's procedure call B's which called A. A's page would display; when A was done, B's page would display; when B's page was done, A would display.
Going from A to B to C to page A (without using the Back button) is a bit trickier.