Top page:
Code:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<iframe name="iframe1" src="about:blank" width="300" height="300" scrolling="auto" frameborder="1"></iframe>
<iframe name="iframe2" src="mypage.htm" width="300" height="300" scrolling="auto" frameborder="1"></iframe>
</body>
</html>
mypage.htm:
Code:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<a href="http://www.dynamicdrive.com/" target="iframe1">Dynamic Drive</a>
</body>
</html>
Bookmarks