技术教程
当前位置:首页 > 技术教程

frame框架自适应高度和宽度代码

( 更新:09-19   加入收藏)

<html>
<head>
<title>框架</title>
</head>
<frameset cols="100%" border="0" frameborder="no" framespacing="0">
  <frame src="http://www.bingdou.com.cn" />
  <noframes>
    <body>请点击<a href="http://www.bingdou.com.cn">这里</a>访问本站镜像。</body>
  </noframes>
</frameset>
</html>

相关阅读