display html website with javascript on mendix

0
hi   is it possible to insert a html page with javascript onto mendix so that it blends with the mendix webpages?   thanks   al
asked
1 answers
1

You can use the HTML snippet to inject some HTML into your Mendix page, but if you want an entire external HTML page, you will probably need to look at using an iFrame instead.

https://docs.mendix.com/appstore/widgets/html-javascript-snippet/
https://marketplace.mendix.com/link/component/117308

I hope this helps.

answered