How to open a external link in current page instead of a new brower tab?

0
Hi, My app need a external link to open in current mendix page. I don’t want to open a new brower tab, because after user operate complete in a 3rd party page,  he will use nav back button in browser to back my mendix page. I am using OpenLink widget.  but no place to set how to open. Is there any simply method to do it?   Regards Haiji
asked
1 answers
0

Hi, haiji du
you can use an iframe tag for it  inside an HTML snippet
refer this:
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe
Hope it helps for you!

Thanks 
Narendran J​​​​​​​

answered