How do I branch to one APEX Page from another APEX Page, without a Button?
Hello there,
I have one APEX Page, Page 11, which contains an HTML and then a PL/SQL region. I want all the code in the PL/SQL region (which calls various server-side package procedures) to completely execute, after which I want to branch to/call Page 14.
I would like this branching/call to take place automatically, i.e. WITHOUT the user having to press a submit button. Is this possible? If so, how is it done?
Cheers.
James