Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
tool.jsp
Package: clientManager.rar [view]
Upload User: quasar007
Upload Date: 2022-08-11
Package Size: 4067k
Code Size: 3k
Category:
ERP-EIP-OA-Portal
Development Platform:
Java
- <%@ page contentType="text/html; charset=gb2312"%>
- <%java.util.Date date=new java.util.Date();%>
- <%@ page import="com.domain.UserForm"%>
- <%@ page import="com.tool.Chinese"%>
- <%UserForm form=(UserForm)session.getAttribute("form");%>
- <%session.setAttribute("form",form);%>
- <%session.setMaxInactiveInterval(3600);%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>辅助工具</title>
- <style type="text/css">
- <!--
- body {
- background-color: #000000;
- margin-top: 0px;
- margin-right: 0px;
- }
- a{
- font-size:12px;
- color:#336699;}
- a:hover{
- font-size:12px;
- color:#990000;}
- .style5 {font-size: 24px}
- .style8 {
- font-size: 19px;
- font-weight: bold;
- color: #FE5A01;
- }
- -->
- </style></head>
- <body>
- <div align="right">
- <table width="199" height="500" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="199" height="97" align="center" background="../../images/clientbar.jpg" class="style5"></td>
- </tr>
- <%if(Integer.parseInt(form.getMenu_fzgj())==0){ %>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg">调用word </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg">调用Excel </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg">发送邮件 </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg">调用计算器 </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg">工作业务备忘录</td>
- </tr>
- <%}else{%>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="tool/getWord.jsp" target="main">调用word</a> </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="tool/getExecl.jsp" target="main">调用Excel</a> </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../lxrxxSelect.do?method=1" target="main">发送邮件</a> </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="tool/account.jsp" target="main">调用计算器</a> </td>
- </tr>
- <tr>
- <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../userGzbwSelect.do?manager=<%=form.getUser_id()%>" target="main">工作业务备忘录</a></td>
- </tr>
- <%}%>
- <tr>
- <td align="left" valign="top" bgcolor="#F7F7F7"></td>
- </tr>
- </table>
- </div>
- </body>
- </html>