日志文章

2007年06月13日 12:38:57

ASP.NET里的框架集

这个东东 基本自用的,如果你用我也没办法,不过解释权归我所有:

<%@ 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>

Tags: 框架集  

类别: 无分类 |  评论(5) |  浏览(1906) |  收藏
5楼 [匿名]gcusujck 2008年08月20日 11:36:54 Says:
%5Bb%5D%5Bsize=3%5D%E9%BE%99%E5%85%B4%E7%BD%91%E7%BB%9C%E6%98%AF%E5%9B%BD%E5%86%85%E4%B8
4楼 [匿名]123 2008年05月28日 09:21:10 Says:
是呀!这么简单的东西也炫耀一下!太无语了……………………
3楼 [匿名]guest 2007年06月15日 13:51:04 Says:
垃圾,谁不会写啊
2楼 [匿名]guest 2007年06月14日 13:24:45 Says:
什么完应啊!
发表评论
看不清楚,换一张