asp.net架构

来源:互联网 发布:vscode主题 编辑:程序博客网 时间:2024/05/16 18:38

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="Main" Title="Untitled Page" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
  <head>
    <title>ASP.NET框架集</title>
  </head>
 
  <frameset id="frame" rows="106,*" cols="*" border=0 frameSpacing="0">
    <frame id="top" src="Top.aspx" marginWidth="0" borderColor="#e4e4e4" marginHeight="0"/>
    <frameset cols="179,*" border=0 border=0 frameSpacing="0">
          <frame id="left" src="Left.aspx" marginWidth="0" borderColor="#e4e4e4" marginHeight="0" />
          <frame id="right" src="Index.aspx" marginWidth="0" borderColor="#e4e4e4" marginHeight="0"/>
        </frameset>
        <noframes>
          <p id="Display">
              此HTML框架集显示多个Web页。请使用支持HTML 4.0及更高版本的Web浏览器。
          </p>
        </noframes>
  </frameset>
</html>