index.aspx

来自「程序学生信息管理系统(SQL2000+ASP.NET+c#+)」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>学生信息管理系统</title>
   <script type ="text/javascript" >
      function GetPower()
      {
       
      
      
      }
   
   
   
   </script>
</head>
<frameset rows="130,*" cols="*"  frameborder="no" border ="0" >
<frame name="top" src="Top.htm" scrolling="No" noresize="noresize" >
  <frameset rows="*,40" cols="*">
        <frameset rows="*" cols="150,*">
           <frame name="left" src="TreeView.aspx"  scrolling="No" noresize="noresize"  >
           <frame name="main" src="First.aspx"  scrolling="No" noresize="noresize">
         </frameset>
  <frame name="bottom" src="HTMLPage2.htm"  scrolling="No" noresize="noresize" >
  </frameset>
</frameset>





<body>
    <form id="form1" runat="server">
    <div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?