Loading a link inside a div

Hello! I’m looking for a way to load a link inside a div.
I have a popup users can close and I’d like hyperlinks within it to load within that popup.

What would be the best way to go about this?

Thank you!

Could opening the popup as an Iframe be a viable option?

Yep this is how iframes work. All links will open in it, unless you set for them a target _top or _parent like this link

Fantastic! I’m doing it as we speak, I need to learn the Iframe syntax now
thank you!

Enea

W3school is always your best friend HTML iframe tag

Indeed! It works.
I noticed a render delay though: look like it’s harder to draw an iframe shifting around.