Hi,
is there an example about how run a web application from another one ?
I have a solution with more applications and i want to run one from another , possibly in a different browser page.
Any suggestion ?
Thanks
Nello Pernice
Thank you for your answer.
I will try soon
Nello
Application.Navigate() to navigate to the app url. Use a target name to open a new tab or use “_blank” to always open a new tab, etc. See https://developer.mozilla.org/en-US/docs/Web/API/Window/open and search for _blank etc. It’s all standard browser behavior.
Please login first to submit.