back_index.jsp
上传用户:kimgenplus
上传日期:2016-06-05
资源大小:20877k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page language="java" contentType="text/html; charset=GB18030"
  2.     pageEncoding="GB18030"%>
  3. <HTML>
  4. <!--
  5.  ---------------------------------------------------------------------------
  6.  this script is copyright (c) 2001 by Michael Wallner!
  7.  http://www.wallner-software.com
  8.  mailto:dhtml@wallner-software.com
  9.  you may use this script on web pages of your own
  10.  you must not remove this copyright note!
  11.  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
  12.  Visit http://www.dynamicdrive.com for full source to this script and more
  13.  ---------------------------------------------------------------------------
  14. -->
  15. <HEAD>
  16. <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=GBK">
  17. <TITLE>Web OAϵͳ</TITLE>
  18. </HEAD>
  19.   <FRAMESET  cols = "130,*" frameborder=yes bordercolor=silver>
  20.      <FRAME SRC="index.do?method=outlook" NAME="Links" SCROLLING="No">
  21.      <FRAME SRC="index.do?method=main" NAME="main" SCROLLING="AUTO">
  22.   </FRAMESET>
  23. <NOFRAMES>
  24. <BODY>
  25. </BODY>
  26. </NOFRAMES>
  27. </HTML>