I want to open a new tab when the user clicks a link. I am actually linking to a traditional web app but from what I can see, there is no way to bring in the public reference since this is a reactive app.
Hi Eric, in reactive web apps you can use the target as an attribute. I tested it and works for me.
Regards
Fabio
Fábio Fantato wrote:
Hello Fabio,
I try that before but forget the protocol http / https and it opens incorrect URL.
Thanks.
Br,
Luis
So in the context of my original question, is there a better way of building a URL for a traditional web app including screen variables to pass in other than building a string? Again this is a link from a reactive app to a traditional web app.
Hello Eric,
Try this example:
Regards.
Agno Silveira wrote:
Hello,I test it in Reactive Web app but don't works.
BR,
The link works differently in Reactive apps and there is no "Extended properties."
Hello,
Please see this topic: https://www.outsystems.com/forums/discussion/36495/open-url-in-browser-instead-of-mobile-app/
You can try to open with JS: window.open('https://www.google.com', '_system');
Also, send you an example oml in attachment.
Dear OS community,
I realize this post has been posted a year ago but it comes close to my problem.
I want to open a link in a new tab. However, the link does not redirect to an URL but uses a client action. That client action redirects to the same page (different input parameter) that I want to open in the new tab.
Hope to find a solution for this :)
Liesbeth wrote:
Hi Liesbeth,
I think you might use GetEntryURL (HTTPRequestHandler) to setup your URL with your module-, screenname and parameters.
And if you want to open the URL via a client action, someone else in the community already explaint this clearly, see https://www.outsystems.com/forums/discussion/40272/display-link-in-new-tab-from-client-action/
Hope this helps.