Index.aspx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page CodeBehind="Index.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="UDS.SubModule.Role.Index" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  3. <html>
  4. <head>
  5. <TITLE>部门设置</TITLE>
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  7. <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
  8. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  9. </head>
  10. <frameset id="thisFrame" cols="180,*" cols="184,76%">
  11. <frame name="LeftFrame" src="RoleTreeView.aspx" frameBorder="no" scrolling="no" noresize>
  12. <frame name="MainFrame" src="ListView.aspx" frameborder="no" scrolling="auto">
  13. <noframes>
  14. <pre id="p2">
  15. ================================================================
  16. 关于完成此内容框架集的说明
  17. 1. 为“contents”框架添加 src="" 页的 URL。
  18. 2. 为“main”框架添加 src="" 页的 URL。
  19. 3. 将 BASE target="main" 元素添加到“contents”页的 
  20. HEAD,以将“main”设置为默认框架,“contents”页的链接将
  21. 在该框架中显示其他页。
  22. ================================================================
  23. </pre>
  24. <p id="p1">
  25. 此 HTML 框架集显示多个 Web 页。若要查看此框架集,请使用支持 HTML 4.0 及更高版本的 Web 浏览器。
  26. </p>
  27. </noframes>
  28. </frameset>
  29. </html>