|
这个东东 基本自用的,如果你用我也没办法,不过解释权归我所有:
<%@ 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>
|
一共有 5 条评论