Applications

0
0

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

  • You must to post comments
0
0

Thank you for your answer.

I will try soon

Nello

  • You must to post comments
0
0

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.

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.