Navigate to another Mendix page from HTML Snippet

0
I used an HTML snippet on Atlas page this snippet is a widget installed from the marketplace, and I want to navigate to another Atlas page if the user clicks the hyperlink created within the HTML snippet. I’m using Mendix 9.24.2
asked
1 answers
1

Hi Abdulmajid Afif,

In order to achieve this, first go to the page which you want to redirect to and set the url of the page. Go to properties of the page and set the URL as /test/ (it can be anything as per your functionality). Now, in HTML snippet you can create a link as YourappURL/p/test (which it the url of the page). In this way you can redirect to any other page of mendix while clicking on link. See the attached image for your reference.

 

 

Please let me know if you need further help in this!
Thanks

answered