Page 1 of 1

Launch Profoundui app within another app running in another instance

Posted: Wed Feb 12, 2020 6:53 pm
by blakenielson1
We run multiple web applications within our AS400 each running within their own instance including PROFOUNDUI. Our NON Profound applications use Angular on the front end and RPG on the back end, using CGI to communicate, all running on the AS400. We would like to display an anonymous Profoundui application within the Angular application in a way that the Profoundui application appears as part of the application. We could open it in another browser tab but would prefer it within the same tab. Could you suggest the best way to accomplish this?

Re: Launch Profoundui app within another app running in another instance

Posted: Wed Feb 12, 2020 7:06 pm
by Scott Klement
One way would be to use an <iframe> HTML tag that points to the anonymous application.

Re: Launch Profoundui app within another app running in another instance

Posted: Wed Feb 12, 2020 7:13 pm
by blakenielson1
Thanks Scott we have considered an iframe but wanted to explore any other options that we may be available that we were not aware of.