04-02-2023, 02:19 PM
(This post was last modified: 04-02-2023, 02:26 PM by Сергей Александрович.)
WebApplication.TerminateAndRedirect(mURL);
WebApplication.Redirect(lbPayLink.Caption,false);
There is a question. How do I open a URL in a new browser window?
This is necessary so that after reading the information in the open window, you can go back to the IW window.
I need to open a page of another site in a separate browser window and continue working in the IW application
WebApplication.Redirect(lbPayLink.Caption,false);
There is a question. How do I open a URL in a new browser window?
This is necessary so that after reading the information in the open window, you can go back to the IW window.
I need to open a page of another site in a separate browser window and continue working in the IW application

