Hi team
Please suggest me on below issue..
I have built an application where I need to open pages in cascading fashion, for example, I am opening non-modal page 20 from normal page 10 and I also need to open another non-modal page 30 from page 20 so issue is that when we open pages in current application, page 30 is overriding the page 20 (using the same dialog ) .. our purpose to open both child pages in separate windows and should use different dialog …so that end user can easily minimize child page to see the content of main page AND they should be able compare the contents of child pages within the same window.
our application is built on oracle Apex 24.1.4..