不大明白你的意思.
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Index.aspx.cs" Inherits="_Default" %>
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml"  xml:lang="zh-cn">
<head runat="server">
    <title>风电管理系统</title>
</head>
<frameset rows="109,*,32" cols="*" id="bigf" framespacing="0" marginWidth="0" marginHeight="0" LEFTMARGIN="0"TOPMARGIN="0">
    <frame name="frmTop" style="border-bottom: white 1px solid" src="Include/head.aspx" scrolling="no" noresize="noresize" id="topFrame" title="标题栏" frameborder="0" marginWidth="0" marginHeight="0" LEFTMARGIN="0" TOPMARGIN="0" />
    <frameset cols="217,*" framespacing="6" frameborder="1" bordercolor="#6487DB" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0">
        <frame name="frmLeft"  src="LeftFrame.aspx" frameborder="0" scrolling="auto" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0"/>
        <frame name="frmRight"  src="RightFrame.aspx" frameborder="0" scrolling="auto" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0" />
    </frameset>
    <frame name="frmBottom" style="border-top: white 1px solid; background-color:#FF9900;" src="Include/footer.htm" scrolling="no" noresize="noresize" id="bottomFrame" title="版权栏" frameborder="0" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0"/> 
</frameset>
</html>
这是我以前写的一个.你的问题,可能要注意一下,src的路径要写对.