Hello Gurus,
I have a main page that calls a dialog using apex.navigation.redirect.
What I need to do is to redirect to Dialog 1 (which is all good at the moment),
From Dialog 1, I need to call Dialog 2, but before (or after) redirecting to Dialog 2, the Dialog 1 page should close.
*Redirecting to Dialog 2 is not happening at the moment

Additionally, once inside the Dialog 2 page, there is a PREVIOUS button that should basically close Dialog 2 and return to Dialog 1 page.
Could you please point me to right direction on how to accomplish this?
Here is my code in apex.oracle:
ws: miket
u/p : guest/bisitako101
app ID: 40653 (Demo101), from left menu, it is under "Modal Dialogs"
main page : 16
dialog 1 page : 161
dialog 2 page : 162
Thanks.
mikeT