Get links to open within an embedded iFrame

I’d like to embed an iFrame on my page and have a few navigation items outside it that can change the contents of that iFrame. Is this possible?

Thanks in advance for your help!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Code would be this:

<iframe name="iframe1" src="target.html"></iframe>

<a href="link.html" target="iframe1">link</a>

So you can add a custom attribute to your link, with the declared name of your iframe.

Amazing, thanks for the quick response!

sufi2

there :slight_smile:

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.