Hello.
I have a CIS-page. This page is opened first as a popup (this.isRunningInPopup == true) and later in the same sub-session as a sub-page (this.isRunningInPopup == false).
But when I open this page first as sub-page (this.isRunningInPopup == false) and later in the same sub-session in a popup I get also this.isRunningInPopup == false!
Thanks,
Andreas