一个类似CSDN的frameset框架

<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>title</title>
</head>

<frameset rows="100,*" frameborder="0" framespacing="0">
<frame name="top" src="" noresize="true">
<frameset name="fstmain" cols="180,*" border="10" frameborder="1" framespacing="10" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">  
 <frame   name="fraleftframe" src="" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" frameborder="1" border="1"></frame> 
 <frame   name="frarightframe" src="" frameborder="no" bordercolor="#003366"></frame>
</frameset>
<noframes>
<body>
<p>this page used frameset,but your browser cann't support</p>
</body>
</noframes>
</frameset>

</html>

原文地址:https://www.cnblogs.com/gaotianle/p/1452808.html