top.jsp
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:2k
源码类别:
Jsp/Servlet
开发平台:
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>