⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.aspx

📁 这是一个OA企业办公自动化网站,是采用c#+asp编写的,很值得一看
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Index.aspx.cs" Inherits="_Default" %>


<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>OA企业办公自动化</title>
    <META CONTENT=0 HTTP-EQUIV=Expires> 
    <META CONTENT=no_cache HTTP-EQUIV=Pragma> 
    <Link href="zts.ico" rel="Shortcut Icon"> 
    <META CONTENT="7 days" name=revisit-after>   
</head>
<frameset rows="100,*" cols="*" frameborder="YES" border="1" framespacing="0">
  <frame src="indexFrame/topTitle.aspx" name="topFrame" scrolling="no" noresize>
  <frameset cols="21%,*" frameborder="NO" border="0" framespacing="0">
    <frame src="indexFrame/leftEmployee.aspx" name="leftFrame" scrolling="auto" noresize>
    <frame src="indexFrame/righyNotice.aspx" name="rightFrame" scrolling="auto" noresize >
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

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