nice2018
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>


<frameset rows="100,*" frameborder=\'0\' >	
	<frame src="top.html" name="top">
	<frameset cols="200,*">
		<frame src="left.html" name="left"></frame>
		<frame src="right.html" name="right"></frame>
	</frameset>	
</frame>
</frameset>	

<!-- left代码 -->

<a href="http://www.baidu.com" target=\'right\'>asdasd</a>

<!-- top代码 -->
<a href="http://www.baidu.com" target="_top">退出</a>

</html>

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-11
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-12-24
  • 2022-02-03
  • 2022-12-23
  • 2021-12-24
相关资源
相似解决方案