09-05-2022, 03:27 PM
(09-05-2022, 02:32 PM)staff@ergosoft.it Wrote: Hi,
very simple question... I need to open a page in external url in new tab on browser...
how can I do?
this NOT work:
Webapplication.GoToURL(sUrl, False);
WebApplication.Redirect(sUrl, False);
thanks
Alessandro Romano
Hi!
Try this WebApplication.NewWindow

