Skip to content

Instantly share code, notes, and snippets.

@ducalpha
Created February 21, 2016 02:36
Show Gist options
  • Select an option

  • Save ducalpha/d4455ad7d07dd90245b1 to your computer and use it in GitHub Desktop.

Select an option

Save ducalpha/d4455ad7d07dd90245b1 to your computer and use it in GitHub Desktop.
iframe and a tag target example
<html><head>
</head>
<body>
<iframe src="http://www.w3schools.com/" name="A">&lt;p&gt; This my first iframe&lt;/p&gt;</iframe>
<iframe src="http://cps.kaist.ac.kr/" name="B">&lt;p&gt; This my second iframe&lt;/p&gt;</iframe>
<iframe src="http://www.example.com/" name="C">&lt;p&gt; This my third iframe&lt;/p&gt;</iframe>
<a href="http://www.kaist.ac.kr" target="B">Change B</a>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment