框架自适应高度和宽度代码
今天做小春的一个小项目,又一次遇到了“框架自适应高度和宽度”的问题,此次记录下来代码备查。
<html>
<head>
<title>框架</title>
</head>
<frameset cols="100%" border="0" frameborder="no" framespacing="0">
<frame src="http://www.rehiy.com" />
<noframes>
<body>请点击<a href="http://www.rehiy.com">这里</a>访问本站镜像。</body>
</noframes>
</frameset>
</html>