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

📄 about.htm

📁 一个不错的OA系统
💻 HTM
字号:
<html>
<head>
<title>关于                                    </title>
<link rel="stylesheet" href="inc/style.css" type="text/css">

</head>
<body>
<p><SCRIPT language=javascript>
<!--
if (window.Event) 
 document.captureEvents(Event.MOUSEUP); 
 
function nocontextmenu() {
 event.cancelBubble = true
 event.returnvalue = false;
 return false;
}
 
function norightclick(e) {
 if (window.Event) {
 if (e.which == 2 || e.which == 3)
  return false;
 } else if (event.button == 2 || event.button == 3) {
  event.cancelBubble = true
  event.returnvalue = false;
  return false;
 } 
}
 
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick;   // for all others
//-->
</SCRIPT>
</p><table border="0" cellspacing="5" cellpadding="4" width="95%" align="center">
<tr>
    <td> <fieldset style="padding-bottom:5px"><legend>关于BJX-OA</legend> 
      <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center">
        <tr> 
          <td align="right"><font color="#0000FF">版本: V1.0 2005.03.05</font></td>
        </tr>
        <tr> 
          <td width="100%">Copyright Bjxroom.net<br>
            &copy; 2004. All Rights Reserved<br>
            <br>
            系统开发:<font color="#FF0000">伴江行</font><br>
            OICQ:180852703<br>
            Email:<a href="mailto:bjxoa@21cn.com">bjxoa@21cn.com</a> ,<a href="mailto:bjxoa@bjxroom.net ">bjxoa@bjxroom.net </a><br>
            系统网址:<a href="http://oa.bjxroom.net">http://oa.bjxroom.net</a></td>
        </tr>
        
      </table>
 </fieldset>
 </td>
</tr>
<tr>
    <td align="right" valign="top">&nbsp; </td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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