2016-03-16 21:47:58 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Opening links in a specific iframe</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<iframe id="my-iframe"></iframe>
|
|
|
|
<p>
|
|
|
|
A <a href="/data/hello.txt" target="my-iframe">link</a> to be opened in the iframe above.
|
2018-02-07 18:05:15 +01:00
|
|
|
A <a href="/data/hello2.txt" target="my-iframe">second link</a> for the iframe.
|
2016-03-16 21:47:58 +01:00
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|