Want to show an external html content ( have a link )

0
on click of a button, would like to show an external html content within mendix. what to use for this to work..
asked
3 answers
0

Look at the URL redirector: https://marketplace.mendix.com/link/component/113

You can redirect a user to an external webpage.

Regards,

Ronald

 

answered
0

In addition to Ronald’s suggestion, I have a couple of other alternative approaches that may be of use depending on your requirements.

If you want to download the content and serve it as if it’s within the Mendix application, then you could look at call using a “Call REST” action in a microflow to download the content, and then return the response as a String that you can store in an entity and show on page.

Alternatively, you could use an iFrame to just render the external content directly. You can use an HTMLSnippet widget from the Marketplace to do this.

Hope this helps.

answered
0

here is the microflow setup, does this look right…

 

answered