Open pages in new tab

0
I have an image with an event that shows a page. Is there any way to get this page to open in a new tab.   I know you normally add a target=”_blank” with HTML, but since I don’t get the option to edit the html with mendix, I’m not sure how I would do it.
asked
2 answers
1

In relation to my comment on Ronald’s answer, this is how I closed the popup in the URL redirector. The ACT_ClosePage microflow simply needs to cal th Close Current Page action after a time of your choosing.

answered
0

Use the URLRedirector app for that: https://appstore.home.mendix.com/link/app/113/Mendix/URL-Redirector

You can set the target there to a new browser page instead of the same browser page.

Regards,

Ronald

 

answered