How do I get my Destination to open in another tab. How do I make a target _blank?
Thanks!
https://www.outsystems.com/forums/discussion/72837/how-do-i-open-a-screen-in-new-tab-when-clicking-a-button/
https://www.outsystems.com/forums/discussion/57621/trying-to-open-url-in-new-tab-target-blank-not-working/
https://www.outsystems.com/forums/discussion/54897/reactive-app-how-to-open-an-external-site-in-a-new-tab/
Kind Regards,
Márcio
Hi Mario,
You can use JS like below.
window.open("YOUR URL","target=_blank")
Hope this will help you.
Regards