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
top.jsp
Package: (J2EE)oa.rar [view]
Upload User: lm2018
Upload Date: 2015-12-12
Package Size: 30449k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@ page language="java" pageEncoding="GBK"%>
- <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
- <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
- <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
- <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
- <title>无标题文档</title>
- <style>
- a{TEXT-DECORATION:none}
- body{ font-size:12px}
- table{ }
- </style>
- <SCRIPT type="text/javascript">
- function go(address){
- parent.emailmainFrame.location.href=address;
- }
- </SCRIPT>
- </head>
- <body >
- <br>
- <p align="center">
- <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=writeEmail');">|写信|</a>
- <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0');" style="margin-left:20px">|收件箱|</a>
- <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=sendedBox&emailtype=2');" style="margin-left:20px">|发件箱|</a>
- <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=caogaobox&emailtype=1');" style="margin-left:20px">|草稿箱|</a>
- <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=rublishbox&emailtype=3');" style="margin-left:20px">|垃圾箱|</a>
- <a href="javascript:go('${pageContext.request.contextPath}/blacklist.do?method=blackList');" style="margin-left:20px">|黑名单|</a>
- </body>
- </html>