top.jsp
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page language="java" pageEncoding="GBK"%>
  2. <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
  3. <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
  4. <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
  5. <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
  9. <title>无标题文档</title>
  10. <style>
  11. a{TEXT-DECORATION:none}
  12. body{ font-size:12px}
  13. table{ }
  14. </style> 
  15. <SCRIPT type="text/javascript">
  16. function go(address){
  17. parent.emailmainFrame.location.href=address;
  18. }
  19. </SCRIPT>
  20. </head>
  21. <body >
  22. <br>
  23. <p align="center">
  24. <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=writeEmail');">|写信|</a>
  25.      <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0');" style="margin-left:20px">|收件箱|</a>
  26.         <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=sendedBox&emailtype=2');" style="margin-left:20px">|发件箱|</a>
  27.         <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=caogaobox&emailtype=1');" style="margin-left:20px">|草稿箱|</a>
  28.         <a href="javascript:go('${pageContext.request.contextPath}/email.do?method=rublishbox&emailtype=3');" style="margin-left:20px">|垃圾箱|</a>
  29. <a href="javascript:go('${pageContext.request.contextPath}/blacklist.do?method=blackList');" style="margin-left:20px">|黑名单|</a>
  30. </body>
  31. </html>