今天开发重新使用框架,特此记录下自己写的框架(也算是开发常用到的框架,呵呵)
![](https://www.cnblogs.com/Images/OutliningIndicators/ContractedBlock.gif)
![](https://www.cnblogs.com/Images/OutliningIndicators/ExpandedBlockStart.gif)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<frameset rows="*,21" cols="*" framespacing="0" frameborder="NO" border="0">
<frameset rows="32,*" cols="*" frameborder="yes" border=0 name="top_frame">
<frame src="Header.aspx" noresize frameborder="no" name="header" scrolling="NO" marginwidth="0" marginheight="0">
<frameset rows="675" cols="165,9,*" frameborder="no" border=0 name="mail">
<frame src="Left.aspx" noresize name="list" marginwidth="0" marginheight="0">
<frame src="Middle.htm" SCROLLING="no" name="hidelist" marginwidth="0" marginheight="0">
<frame src="Welcome.htm" name="main">
</frameset>
</frameset>
<frame src="Footer.aspx" name="bottomFrame" scrolling="no" noresize>
</frameset>
</html>