frameset的三分天下.

W3的连接地址:
http://www.w3school.com.cn/tags/tag_frameset.asp

<html>
<head>
<title>#</title>
<script language="javascript" src="js/common.js"></script>
<script language="javascript" src="js/collection.js"></script>
<link rel="stylesheet" href="<c:out value="css/aa.css">

</head>
<frameset rows="122,*,20" cols="*" framespacing="0" frameborder="no" border="0">
    <frame name="topF" src="#" marginwidth="1" marginheight="1" scrolling="no" frameborder="no" border="0" noresize />
<frameset rows="*" cols="245,730,*" framespacing="0" frameborder="no" border="0">
<frame name="leftF" src="#" marginheight="0" frameborder="no" border="0" noresize />
<frame name="mainF" src="#" marginwidth="0" marginheight="0" frameborder="no" border="0" noresize />
<frame name="rightBlank" src="#" marginheight="0" frameborder="no" border="0" noresize />
</frameset>
<frame name="bottomF" src="#" marginwidth="0" marginheight="0" frameborder="no" border="0" noresize scrolling="no"/>
</frameset>
</html>

你可能感兴趣的:(FRAMESET)