Skip to content

Instantly share code, notes, and snippets.

@ncesar
Created January 28, 2019 20:25
Show Gist options
  • Save ncesar/23dbbfe06405e2e8d279588e5d1c8631 to your computer and use it in GitHub Desktop.
Save ncesar/23dbbfe06405e2e8d279588e5d1c8631 to your computer and use it in GitHub Desktop.
/* Give your iframe a name, and target your anchors to point to it: */
<a href="the iframe link" target="myiframe">Foo</a>
<a href="the iframe link" target="myiframe">Bar</a>
<a href="the iframe link" target="myiframe">Baz</a>
<iframe name="myiframe"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment