!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>框架嵌套</title>
<frameset rows="50,*,80">
<frame name="topframe" src="1-1-top.html">
<frameset cols="30%,*">
<frame name="leftmidframe" src="2-1-left-middle.html">
<frame name="rightmidframe" src="2-2-right-middle.html">
</frameset>
<frame name="bottomframe" src="3-1-bottom.html">
</head>
<body>
</body>
</html>
嵌套的页面
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>2-1-left-middle.html</title>
</head>
<body>
<li><a href="http://www.baidu.com" target="topframe">链接到顶部框架</a></li>
<li><a href="http://www.baidu.com" target="rightmidframe">链接到右部框架</a></li>
<li><a href="http://www.baidu.com" target="bottomframe">连接到底部框架</a></li>
</body>
</html>
转载请注明原文地址: https://ju.6miu.com/read-677112.html